Skip to content

Commit

Permalink
avoid problems when updating to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosmartin committed Mar 9, 2016
1 parent 61c606b commit 88a50cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endef
define base_update
cp timtec/settings_local_$1.py timtec/settings_local.py
~/env/bin/pip install -U -r requirements/test.txt
~/env/bin/python manage.py migrate --noinput
~/env/bin/python manage.py migrate --noinput --fake-initial
~/env/bin/python manage.py collectstatic --noinput
~/env/bin/python manage.py compilemessages
touch ~/wsgi-reload
Expand Down

0 comments on commit 88a50cf

Please sign in to comment.