mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Zgrmlb
This commit is contained in:
parent
bc2caf68f8
commit
428c5293ee
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ ynh_store_file_checksum --file="$install_dir/coin/settings_local.py"
|
||||||
# SERVE STATIC FILES IN PRODUCTION MODE
|
# SERVE STATIC FILES IN PRODUCTION MODE
|
||||||
ln -s $install_dir/$app/static $install_dir/static
|
ln -s $install_dir/$app/static $install_dir/static
|
||||||
|
|
||||||
|
ls -l $install_dir
|
||||||
|
ls -l $install_dir/coin
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_exec_warn_less venv/bin/python3 manage.py migrate --noinput
|
ynh_exec_warn_less venv/bin/python3 manage.py migrate --noinput
|
||||||
ynh_exec_warn_less venv/bin/python3 manage.py collectstatic --noinput
|
ynh_exec_warn_less venv/bin/python3 manage.py collectstatic --noinput
|
||||||
|
|
Loading…
Add table
Reference in a new issue