thermondo / django-project-template

Cookiecutter template for Django projects
5 stars 1 forks source link

Add Heroku-related stuff #9

Open amureki opened 6 years ago

amureki commented 6 years ago

Things needed for full Heroku integration like:

codingjoe commented 6 years ago

You don't need a runtime.txt if you use Pipenv.

amureki commented 6 years ago

@codingjoe Then it comes to the question if we are going to use pipenv by default. :)

It should be fine in terms of speed unless you have a big monolith. 😉 The only concern I see, pyup is not fully supporting pipenv (freezing packages), which can be a problem if we are going with pyup.

codingjoe commented 6 years ago

Then it comes to the question if we are going to use pipenv by default. :)

I know ;)