#23146: AppRegistryNotReady, translation bug when deploying with uWSGI
------------------------------------+--------------------------------------
     Reporter:  joostvandorp@…      |                    Owner:  nobody
         Type:  Bug                 |                   Status:  closed
    Component:  Translations        |                  Version:  1.7-rc-2
     Severity:  Release blocker     |               Resolution:  fixed
     Keywords:  uwsgi, translation  |             Triage Stage:  Unreviewed
    Has patch:  0                   |      Needs documentation:  0
  Needs tests:  0                   |  Patch needs improvement:  0
Easy pickings:  0                   |                    UI/UX:  0
------------------------------------+--------------------------------------
Changes (by anonymous):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => fixed
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I always see the solution after reporting a bug.

 The fix:

 Change

     module = django.core.handlers.wsgi:WSGIHandler()

 to

     module = django.core.wsgi:get_wsgi_application()

 in the vassal.ini

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23146#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/080.4bb9761e94d0b902de988955f59675bc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to