encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Updated example app to work with Django >= 1.8 #55

Closed darrellsnow closed 8 years ago

darrellsnow commented 8 years ago

Added the django-environ class to ease setttings logic. Modified the settings to a more modern TEMPLATES configuration. Updated the requirements.txt to include django-environ and django-vanilla-views. Updated the README.md to be accurate for Django >= 1.8. Corrected permissions on the manage.py to be executeable.

tomchristie commented 8 years ago

Not clear to me why the ci tests are failing. May be an unrelated aspect, that we need to remove --use-mirrors from the script. Want to add that in as a change too, and see if it resolves the test failures? Thanks for your work on this! 😄