mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-25 15:29:49 +03:00
use less bleeding edge django 1.5.x
This commit is contained in:
parent
90e601fc22
commit
9346ffe802
|
@ -1,5 +1,5 @@
|
||||||
# Bleeding edge Django
|
# Latest Django 1.5.x
|
||||||
https://github.com/django/django/archive/1.6b4.tar.gz
|
django==1.5.4
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-configurations==0.5.1
|
django-configurations==0.5.1
|
||||||
|
@ -14,9 +14,7 @@ django-floppyforms==1.1
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
South==0.8.2
|
South==0.8.2
|
||||||
# hack so django-model-utils doesn't override Django 1.6b4 install
|
django-model-utils==1.5.0
|
||||||
git+git://github.com/pydanny/django-model-utils@d71bf2db7581d91dcc8e0a66fd4859eb8969d256
|
|
||||||
|
|
||||||
|
|
||||||
# images
|
# images
|
||||||
Pillow==2.1.0
|
Pillow==2.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user