Skip to content

Commit 70d4b34

Browse files
Update README.md
1 parent 1d91944 commit 70d4b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ django_heroku.settings(locals())
3838
$ heroku login # This will open a browser
3939
$ heroku create # This will create the app on HEROKU (visible on the dashboard)
4040
$ git push heroku master # Compile & push the app LIVE
41+
$ heroku buildpacks:set heroku/python # Manually add the buildpack for Python
4142
$ heroku run python manage.py migrate # Migrate the DB
4243
$ heroku open # Open the new app in the Browser
4344
```

0 commit comments

Comments
 (0)