Skip to content

Commit 88a50cf

Browse files
committed
avoid problems when updating to 3.1
1 parent 61c606b commit 88a50cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endef
1818
define base_update
1919
cp timtec/settings_local_$1.py timtec/settings_local.py
2020
~/env/bin/pip install -U -r requirements/test.txt
21-
~/env/bin/python manage.py migrate --noinput
21+
~/env/bin/python manage.py migrate --noinput --fake-initial
2222
~/env/bin/python manage.py collectstatic --noinput
2323
~/env/bin/python manage.py compilemessages
2424
touch ~/wsgi-reload

0 commit comments

Comments
 (0)