mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Update upgrade
This commit is contained in:
parent
79dce0d32c
commit
8ce25486d7
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ ynh_script_progression --message="Upgrading database..." --weight=1
|
|||
|
||||
$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" populate_streams
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --noinput
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue