﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30075	"Better error message for ""App 'bar.foo' could not be found. Is it in INSTALLED_APPS?"""	Sven R. Kunze	nobody	"{{{
# 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?
}}}

"	Cleanup/optimization	closed	Core (Management commands)	1.11	Normal	fixed			Unreviewed	0	0	0	0	0	0
