We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d91944 commit 70d4b34Copy full SHA for 70d4b34
README.md
@@ -38,6 +38,7 @@ django_heroku.settings(locals())
38
$ heroku login # This will open a browser
39
$ heroku create # This will create the app on HEROKU (visible on the dashboard)
40
$ git push heroku master # Compile & push the app LIVE
41
+$ heroku buildpacks:set heroku/python # Manually add the buildpack for Python
42
$ heroku run python manage.py migrate # Migrate the DB
43
$ heroku open # Open the new app in the Browser
44
```
0 commit comments