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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM