#25634: runserver reloader masks exceptions
-------------------------------------+-------------------------------------
     Reporter:  wide-awake           |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Management     |                  Version:  1.9rc1
  commands)                          |
     Severity:  Release blocker      |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by tino):

 It happens to me in Python 3.4 as well.

 It is also caused when trying to import something in an app's
 `__init__.py`, as some apps do. When that import fails, I see the
 `django.core.exceptions.AppRegistryNotReady` exception. Running the
 `shell`-management command (or `runserver --noreload`) allows me to see
 what is going on.

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:15>
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/068.cf641419f821a011ce3b5668f23f43cb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to