猿问

django配置xadmin后出现RuntimeError

版本:django1.9,python2.7。

从github下载xadmin源文件后,跟着视频配置,然后就出现这个错误。

RuntimeError: Model class extra_apps.xadmin.models.Bookmark doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded.

(翻译:RuntimeError:模型类extra_apps.xadmin.models.Bookmark没有声明显式app_label,也不在INSTALLED_APPS中的应用程序中,或者在加载应用程序之前导入。)

https://img3.mukewang.com/5b69550200011bc017300811.jpg

https://img3.mukewang.com/5b695504000184a713670729.jpg


慕码人640870
浏览 4053回答 8
8回答

fanfanla

我也出现相同的错误,楼主解决了可否告知一下

慕村5513642

INSTALLED_APPS = [ 'django.contrib.admin', ] 之前创建没有添加后台admin,故需要添加后台配置。

慕码人640870

@_bobby老师
随时随地看视频慕课网APP

相关分类

Python
我要回答