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

Move to Django 3 #104

Open niniack opened 4 years ago

niniack commented 4 years ago

-- Updated the comments and links to reflect moving to Django 3 (#103) -- Added dj-database-url packages to Pipfile to prevent module missing error when deploying -- Tested deploy to Heroku with Django 3, works!

louisluhao commented 4 years ago

Can someone review this pls.