python3+django2.1的環境報異常
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沒有加入到INSTALLED_APPS中? 這里的課程我用的django是1.8.2版本