This commit is contained in:
oufmilo 2024-01-06 16:36:25 +01:00
parent 612179dcca
commit def28aecdd

View file

@ -80,8 +80,8 @@ ynh_script_progression --message="Upgrading database..." --weight=1
pushd $install_dir pushd $install_dir
$install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes $install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes
$install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input $install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge $install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
popd popd
#================================================= #=================================================