doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

在settings.py中增加

INSTALLED_APPS = [
    ...
    'django.contrib.sites',
]

问题就解决了。什么原因。——不知道。。

 

具体请看:

https://stackoverflow.com/questions/35388637/runtimeerror-model-class-django-contrib-sites-models-site-doesnt-declare-an-ex

 

posted on 2019-06-18 10:21  卓达  阅读(2844)  评论(0编辑  收藏  举报

导航