问答详情
源自:6-1 课程总结

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.


提问者:慕田峪5778797 2018-12-02 00:20

个回答

  • 慕田峪7522594
    2019-07-27 10:49:05

    是不是app没有加入到INSTALLED_APPS中  这里的课程我用的django是1.8.2版本