fmartingr
/
shelfzilla
Archived
1
0
Fork 0

manage.py migrate without initial data

This commit is contained in:
Felipe 2014-09-04 18:08:23 +02:00
parent 4b5ea7976b
commit d3c5315543
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ pip install -r %{_app_dir}/config/production/requirements.txt
python2.7 %{_app_dir}/manage.py syncdb
## Migrate
python2.7 %{_app_dir}/manage.py migrate
python2.7 %{_app_dir}/manage.py migrate --no-initial-data
## Bower
cd %{_app_dir}