commit migrations

This commit is contained in:
simon
2023-02-02 14:19:06 +07:00
parent 3f86786ee8
commit a350d735be
3 changed files with 39 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
set -e
# django setup
python manage.py makemigrations
python manage.py migrate
if [[ -z "$DJANGO_DEBUG" ]]; then