SQLite Import moved to mgmt command for Heroku

This commit is contained in:
Matthew Ryan Dillon 2016-01-28 11:01:06 -07:00
parent 92445132fe
commit ffbfdce5b2
12 changed files with 80 additions and 132 deletions

View file

@ -37,6 +37,7 @@ THIRD_PARTY_APPS = (
# Apps specific for this project go here.
LOCAL_APPS = (
'ccdb.utils',
'ccdb.users', # custom users app
'ccdb.projects',
)