ehmatthes / heroku-buildpack-python

A demonstration version of the official Heroku buildpack for Python apps, showing how Django deployment can be further simplified.
https://ehmatthes.com/blog/simplified_heroku/
MIT License
16 stars 2 forks source link

Make `git push heroku master` not fail, then work through details #4

Closed ehmatthes closed 4 years ago

ehmatthes commented 4 years ago

Right now, creates Procfile. collectsatic is disabled. Build doesn't error out, but app not up because gunicorn is not installed. Fix these kinds of issues before focusing on details like db and static files.

ehmatthes commented 4 years ago

Tasks

ehmatthes commented 4 years ago

Now getting disallowed_host, which is progress!