mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-23 23:12:57 +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
|
||||
https://github.com/django/django/archive/1.6b4.tar.gz
|
||||
# Latest Django 1.5.x
|
||||
django==1.5.4
|
||||
|
||||
# Configuration
|
||||
django-configurations==0.5.1
|
||||
|
@ -14,9 +14,7 @@ django-floppyforms==1.1
|
|||
|
||||
# Models
|
||||
South==0.8.2
|
||||
# hack so django-model-utils doesn't override Django 1.6b4 install
|
||||
git+git://github.com/pydanny/django-model-utils@d71bf2db7581d91dcc8e0a66fd4859eb8969d256
|
||||
|
||||
django-model-utils==1.5.0
|
||||
|
||||
# images
|
||||
Pillow==2.1.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user