Skip to content

Commit

Permalink
Remove local settings for migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Aug 9, 2023
1 parent aafbf5b commit d8f04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
echo "PostgreSQL started"
fi

python manage.py migrate --settings=local_settings
python manage.py migrate
# python manage.py flush --no-input --settings=local_settings
python manage.py runserver 0.0.0.0:3000 # AWS PORT

Expand Down

0 comments on commit d8f04b5

Please sign in to comment.