mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-25 10:53:45 +03:00
Update requirements to django 1.8
This commit is contained in:
parent
5fa988b8de
commit
9701997cc8
|
@ -21,7 +21,7 @@ This cookiecutter template uses features that exists only in cookiecutter 0.9.0
|
||||||
Features
|
Features
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* For Django 1.7
|
* For Django 1.8
|
||||||
* Twitter Bootstrap_ 3
|
* Twitter Bootstrap_ 3
|
||||||
* AngularJS_
|
* AngularJS_
|
||||||
* 12-Factor_ based settings via django-environ_
|
* 12-Factor_ based settings via django-environ_
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django>=1.7.7,<1.8
|
django==1.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.3.0
|
django-environ==0.3.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user