handle migration and restore

This commit is contained in:
Simon
2025-01-15 21:53:54 +07:00
parent 61b53a655a
commit ff439a996f
3 changed files with 132 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
set -e
# stop on pending manual migration
python manage.py ta_stop_on_error
# django setup
python manage.py migrate