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 python buildpack easier to use for beginners #1

Closed ehmatthes closed 3 years ago

ehmatthes commented 4 years ago

Heroku is much easier for beginning Django developers to deploy to than a VPS such as Digital Ocean or Linode. But there's still a fair bit of configuration that has to be done between having a project that runs on your local machine and one that runs on Heroku.

This project aims to simplify the deployment process as much as possible, while doing things, as much as possible, in a standardized Heroku way. The process should be easy to override as people learn more about custom deployments.

ehmatthes commented 4 years ago

Areas to simplify:

End goal is only these steps need to be done:

ehmatthes commented 4 years ago

Notes

ehmatthes commented 4 years ago

Try it with a demo project.

ehmatthes commented 4 years ago

This issue is finished for now, for initial demonstration purposes. But I'll leave this one open, because if this goes anywhere it still contains some next steps.

ehmatthes commented 3 years ago

All of this has been addressed, or documented elsewhere.