Django 1.7: syncdb and migrate are now synonyms

(imported from commit b8a1b2476892bab2418240b04deea6aa40ff1b03)
This commit is contained in:
Reid Barton
2015-08-20 16:01:16 -07:00
parent dfdc34603e
commit 362f9c6c5f
3 changed files with 3 additions and 6 deletions

View File

@@ -11,8 +11,7 @@ EOF
python manage.py checkconfig
python manage.py syncdb --noinput
python manage.py migrate
python manage.py migrate --noinput
python manage.py createcachetable third_party_api_results
python manage.py initialize_enterprise_db