so migrations can be created

This commit is contained in:
James Turk 2015-05-28 08:41:32 -04:00
parent 111c10e317
commit 4a373c4db2

View File

@ -2,6 +2,7 @@ SECRET_KEY = 'so-secret'
INSTALLED_APPS = ( INSTALLED_APPS = (
'fkreplace', 'fkreplace',
'tests',
) )
MIDDLEWARE_CLASSES = () MIDDLEWARE_CLASSES = ()