AppRegistryNotReady: The translation infrastructure cannot be initialized

后端 未结 4 1048
我在风中等你
我在风中等你 2021-02-12 08:55

When I try to access to my app, I\'m getting the following error.

AppRegistryNotReady: The translation infrastructure cannot be initialized before the a

4条回答
  •  我在风中等你
    2021-02-12 09:15

    This appears to be the same as this incorrectly reported bug - https://code.djangoproject.com/ticket/23146.

    I came across this as well and the fix suggested in that link worked out for me. The update needs to be made in your wsgi.py file. If you aren't sure how to make the change, post 'wsgi.py' for me to have look at

提交回复
热议问题