原文: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