mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 00:52:29 +03:00
tweak requirements to django 1.6
This commit is contained in:
parent
ce591e3d55
commit
a6a2a73fdb
|
@ -1,5 +1,5 @@
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
https://github.com/django/django/archive/1.6c1.tar.gz
|
django
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-configurations==0.5.1
|
django-configurations==0.5.1
|
||||||
|
@ -15,7 +15,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
|
# 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
|
# images
|
||||||
|
@ -30,7 +30,7 @@ psycopg2==2.5
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
unicode-slugify==0.1.1
|
unicode-slugify==0.1.1
|
||||||
django-autoslug==1.7.1
|
django-autoslug==1.7.1
|
||||||
|
|
||||||
# Useful things
|
# Useful things
|
||||||
django-avatar==2.0
|
django-avatar==2.0
|
||||||
|
|
|
@ -5,6 +5,6 @@ django-discover-runner==0.4
|
||||||
Sphinx
|
Sphinx
|
||||||
|
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.6
|
||||||
git+git://github.com/django-debug-toolbar/django-debug-toolbar@7e4ecfd04cfe61b51e1fd6fdf0ce1c800a3ebb3b
|
django-debug-toolbar==0.11.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user