python3+django2.1的環(huán)境報(bào)異常
File "C:\Users\qiujiahao\AppData\Local\Programs\Python\Python35\lib\site-packages\
django\apps\registry.py", line 132, in check_apps_ready
? ? raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
2019-07-27
是不是app沒(méi)有加入到INSTALLED_APPS中? 這里的課程我用的django是1.8.2版本