mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Go to the right directory
This commit is contained in:
parent
0d83cec63b
commit
754031c17e
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ echo "SPECIFIC SETUP Filling up the database"
|
||||||
set +eu
|
set +eu
|
||||||
source ${final_path}/venv/bin/activate
|
source ${final_path}/venv/bin/activate
|
||||||
export DJANGO_SETTINGS_MODULE="weblate.settings"
|
export DJANGO_SETTINGS_MODULE="weblate.settings"
|
||||||
|
cd ${final_path}
|
||||||
weblate migrate --noinput
|
weblate migrate --noinput
|
||||||
# generate static files
|
# generate static files
|
||||||
weblate collectstatic --noinput
|
weblate collectstatic --noinput
|
||||||
|
|
Loading…
Reference in a new issue