When I try to access to my app, I\'m getting the following error.
AppRegistryNotReady: The translation infrastructure cannot be initialized before the a
@hellsgate solution worked for me.
Specifically from the link referenced by @hellsgate, I changed:
module = django.core.handlers.wsgi:WSGIHandler()
to
module = django.core.wsgi:get_wsgi_application()
in my vassals.ini file