Skip to content

Commit 04bb3e1

Browse files
committed
add database migration info
1 parent 53938bb commit 04bb3e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deploy_to_heroku.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
```
6161

6262

63+
## Database Migrations
64+
65+
Django database migrations are triggered by `bin/release_tasks`, which is
66+
called by the `Procfile` ([The Procfile | Heroku Dev Center][procfile]).
67+
68+
[procfile]: https://devcenter.heroku.com/articles/procfile
69+
70+
6371
## Troubleshooting
6472

6573

0 commit comments

Comments
 (0)