AppRegistryNotReady: Apps aren't loaded yet. Django

后端 未结 2 769
傲寒
傲寒 2021-01-05 04:01

I\'m trying to run django 1.9 on google app engine. Got the below error when trying to access API\'s through Google API Explorer.

Traceback (most recent call         


        
2条回答
  •  梦谈多话
    2021-01-05 04:30

    In your script initiate django as:

    from django_root_app.wsgi import application
    

提交回复
热议问题