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 0 forks source link

HELP: Django 1.11 #63

Closed changalberto closed 7 years ago

changalberto commented 7 years ago

I can't seem to get Django 1.11 to work correctly on my own. Can you guys update this template to use Django 1.11?

Thanks

changalberto commented 7 years ago

Disregard this. The reason why it wasn't working because I was missing the static folder in the project... But heroku should've given me a more detailed error.