Update requirements to django 1.8

This commit is contained in:
Saurabh Kumar 2015-04-26 16:12:36 +05:30
parent 5fa988b8de
commit 9701997cc8
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ This cookiecutter template uses features that exists only in cookiecutter 0.9.0
Features
---------
* For Django 1.7
* For Django 1.8
* Twitter Bootstrap_ 3
* AngularJS_
* 12-Factor_ based settings via django-environ_

View File

@ -1,5 +1,5 @@
# Bleeding edge Django
django>=1.7.7,<1.8
django==1.8
# Configuration
django-environ==0.3.0