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

Needs a requirements.txt file or Pipfile #28

Open ehmatthes opened 2 years ago

ehmatthes commented 2 years ago

Current instructions say this assumes you're already using Git to track the project and have the Heroku CLI installed. But people also need to have a requirements.txt or Pipfile. Mention this in instructions, and how to do this.

Should also include instructions for how to use Git specifically, ie db.sqlite3 in .gitignore.