mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +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
|
||||
---------
|
||||
|
||||
* For Django 1.7
|
||||
* For Django 1.8
|
||||
* Twitter Bootstrap_ 3
|
||||
* AngularJS_
|
||||
* 12-Factor_ based settings via django-environ_
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django>=1.7.7,<1.8
|
||||
django==1.8
|
||||
|
||||
# Configuration
|
||||
django-environ==0.3.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user