mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Remove makemigrations Upgrade
This commit is contained in:
parent
b861e0aa9e
commit
a31df41061
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ 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" populate_streams
|
$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
|
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue