When I try to access to my app, I\'m getting the following error.
AppRegistryNotReady: The translation infrastructure cannot be initialized before the a
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