manki817

Results 1 issues of manki817

django2、python3.6环境 在`INSTALLED_APPS`中加了`xadmin`,xadmin文件夹也是从django2分支中拷贝进项目里的,为何会有如此错误 ``` File "G:\python\PycharmProjects\myapp\venv\lib\site-packages\django\db\models\base.py", line 108, in __new__ "INSTALLED_APPS." % (module, name) RuntimeError: Model class django.contrib.admin.models.LogEntry doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. ```