在settings.py中增加
INSTALLED_APPS = [ ... 'django.contrib.sites', ]
问题就解决了。什么原因。——不知道。。
具体请看:
https://stackoverflow.com/questions/35388637/runtimeerror-model-class-django-contrib-sites-models-site-doesnt-declare-an-ex
在settings.py中增加
INSTALLED_APPS = [ ... 'django.contrib.sites', ]
问题就解决了。什么原因。——不知道。。
具体请看:
https://stackoverflow.com/questions/35388637/runtimeerror-model-class-django-contrib-sites-models-site-doesnt-declare-an-ex
转载于:https://www.cnblogs.com/crave/p/11043786.html