heroku / python-getting-started

Getting Started with Python on Heroku.
https://devcenter.heroku.com/articles/getting-started-with-python
6 stars 0 forks source link

Release phase should be used to run `manage.py migrate` #170

Closed edmorley closed 11 months ago

edmorley commented 2 years ago

Currently running Django migrations is a manual step in the tutorial.

Instead, Release Phase should be used to run this: https://devcenter.heroku.com/articles/release-phase

edmorley commented 11 months ago

Fixed by #203.