Added makemigrations command.

This commit is contained in:
SergeantPanda 2025-02-23 10:41:53 -06:00
parent e8d7e80f8e
commit 185e9a0547

View file

@ -109,6 +109,7 @@ service redis-server start
# Run Django commands
echo_with_timestamp "Running Django commands..."
python manage.py collectstatic --noinput || true
python manage.py makemigrations --noinput || true
python manage.py migrate --noinput || true
# Start Celery