Commit cb80e312 authored by Michal Čihař's avatar Michal Čihař

Fix inital migrate call

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b7c5a1e8
...@@ -5,6 +5,6 @@ set -x ...@@ -5,6 +5,6 @@ set -x
for app in trans lang accounts ; do for app in trans lang accounts ; do
rm -f weblate.db rm -f weblate.db
./manage.py migrate --noinput --settings weblate.settings_test auth sessions sites admin ./manage.py migrate --noinput --settings weblate.settings_test sessions
./manage.py migrate --settings weblate.settings_test --traceback $app ./manage.py migrate --settings weblate.settings_test --traceback $app
done done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment