Skip to content

Commit

Permalink
correct the shell cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Jul 18, 2023
1 parent 97b118a commit 8f03499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/gunicorn_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

#
echo "Applying database migrations"
python manage.py < temp_debug_script.py
python manage.py shell < temp_debug_script.py
python manage.py makemigrations
python manage.py migrate
python manage.py populate_stts
Expand Down

0 comments on commit 8f03499

Please sign in to comment.