From 754031c17e88cd32a70853a9f5589497158f1e19 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 15 Sep 2017 13:13:37 +0200 Subject: [PATCH] Go to the right directory --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index f69adb5..06061ec 100755 --- a/scripts/install +++ b/scripts/install @@ -175,6 +175,7 @@ echo "SPECIFIC SETUP Filling up the database" set +eu source ${final_path}/venv/bin/activate export DJANGO_SETTINGS_MODULE="weblate.settings" + cd ${final_path} weblate migrate --noinput # generate static files weblate collectstatic --noinput