django启动服务时报错(RuntimeError: Model class index.models.User doesn't declare an explicit app_label)
千磨万击还坚劲,任尔东西南北风。这篇文章主要讲述django启动服务时报错:RuntimeError: Model class index.models.User doesn'
t declare an explicit app_label 相关的知识,希望能为你提供帮助。
【django启动服务时报错(RuntimeError: Model class index.models.User doesn'
t declare an explicit app_label)】
在django框架中用命令启动服务时报如下错误:
RuntimeError: Model class index.models.User doesn‘t declare an explicit app_label and isn‘t in an application in INSTALLED_APPS.
解决方法:
我是这样解决的:
检查setting.py里面的INSTALLED_APPS,发现应用没有注册。把应用注册之后,重启服务就好了
其它解决方法,以后遇到了再补充。
推荐阅读
- ngs中reads mapping-pku的生信课程
- android -------- ConstraintLayout Group和goneMargin
- mybatis源码-解析配置文件之配置文件Mapper解析
- SQL Server outer apply 和 cross apply
- dapper 最简单操作示例
- 健康养生(flex 兼容写法在打包后丢失安卓4.4显示错误)
- 20180907-Java Applet基础
- Unity数组介绍和用法示例
- Unity类的介绍和用法示例