caktus / django-project-template

Django project template for startproject (Requires 2.2+)
209 stars 53 forks source link

Use latest Django version #254

Closed ghost closed 8 years ago

dpoirier commented 8 years ago

1.8 will be in support longer than 1.9, so we're defaulting to 1.8 but trying to keep things compatible with 1.9 in case a project individually decides they want to use 1.9.

ghost commented 8 years ago

That makes sense, will close.