#30075: Better error message for "App 'bar.foo' could not be found. Is it in
INSTALLED_APPS?"
------------------------------------------------+------------------------
               Reporter:  Sven R. Kunze         |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Utilities             |        Version:  1.11
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 {{{
 # settings.py
 INSTALLED_APPS = ['bar.foo']

 manage.py makemigrations bar.foo
 App 'bar.foo' could not be found. Is it in INSTALLED_APPS?

 # two hours later, let's try something else
 manage.py makemigrations foo
 Migrations for 'foo':
   bar/0001_initial.py
     - Create model blub
 # huh?
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30075>
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/050.6ccf4e3153836a513970428a4c0c9a88%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to