1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-07-22 13:00:09 +02:00
parent f294abb634
commit 52476cc68a

View file

@ -69,7 +69,6 @@ ynh_script_progression --message="Running migrations and generating static files
pushd "$install_dir"
(
source "$install_dir/.env"
ynh_exec_as "$app" "$venvpy" manage.py migrate
ynh_psql_execute_as_root --sql="ALTER USER $app WITH NOSUPERUSER;"
ynh_exec_as "$app" "$venvpy" manage.py collectstatic --no-input