📜  模型类 django.contrib.sites.models.Site 未声明显式 app_label 且不在 INSTALLED_APPS 中的应用程序中 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:32.461000             🧑  作者: Mango

代码示例1
Just add 'django.contrib.sites', to INSTALLED_APPS and set SITE_ID = 1 in your settings.py file.