1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
This commit is contained in:
Alexandre Aubin 2023-12-16 17:02:21 +01:00
parent bc2caf68f8
commit 428c5293ee

View file

@ -44,6 +44,9 @@ ynh_store_file_checksum --file="$install_dir/coin/settings_local.py"
# SERVE STATIC FILES IN PRODUCTION MODE
ln -s $install_dir/$app/static $install_dir/static
ls -l $install_dir
ls -l $install_dir/coin
pushd $install_dir
ynh_exec_warn_less venv/bin/python3 manage.py migrate --noinput
ynh_exec_warn_less venv/bin/python3 manage.py collectstatic --noinput