﻿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
28004	Document how to add migrations to an app	René Fleschenberg	rene@…	"{{{
00:20< moldy> papna: actual output would likely help us to help you :)
00:22< papna> moldy: http://dpaste.com/1D0KT6B
00:23< moldy> papna: ok, so it thinks all migrations are applied
00:24< moldy> papna: which migrations are applied is stored in your sql db in the django_migrations table
00:24< papna> moldy: If I go into the database, the models from relationship.models decidedly aren't there.
00:25< moldy> papna: does the relationship app contain a migrations folder with an __init__.py in it?
00:25< papna> moldy: Some migrations for contenttypes, auth, admin, and sessions are there
00:25< papna> moldy: It doesn't
00:25< moldy> papna: create it, then run makemigrations
00:26< papna> moldy: There we go.
}}}

I am not sure what exactly the problem is, but this looks like we should improve our docs."	Cleanup/optimization	closed	Documentation	1.10	Normal	fixed	docs migrations		Accepted	1	0	0	0	0	0
