Add makemigrations

This commit is contained in:
oufmilo 2024-01-06 14:32:38 +01:00
parent a8799d5c5e
commit 612179dcca

View file

@ -81,6 +81,7 @@ 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" migrate
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge
popd
#=================================================