原文:django.db.utils.ProgrammingError: (1146, "Table 'db_gold.user_ip_info' doesn't exist") RuntimeError: Model class scanhosts.models.HostLoginInfo doesn't declare an explicit app_label and isn't in an a

Error Msg 原因及解決: . 沒有安裝apps, 在setting.py中安裝app . 安裝app后, 所有用到app中的模塊導入必須使用app.模塊名, 不能使用上級目錄apps . 如果無法遷移, 可指定遷移model來遷移: ...

2018-12-10 13:11 0 679 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM