heroku / heroku-django-template

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
https://www.heroku.com/python
903 stars 385 forks source link

Remove python_version from Pipfile #102

Open laymonage opened 4 years ago

laymonage commented 4 years ago

I think there's no need to specify python_version in Pipfile. The template works for newer Python versions as well. We can't specify multiple Python versions in Pipfile, but we can remove it.