mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Add makemigrations --no-input
This commit is contained in:
parent
def28aecdd
commit
56eb342d26
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ynh_script_progression --message="Upgrading database..." --weight=1
|
|||
pushd $install_dir
|
||||
$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" makemigrations --merge
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --no-input
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue