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:
parent
f294abb634
commit
52476cc68a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue