mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-24 07:20:40 +03:00
fix the django-model-utils
This commit is contained in:
parent
7ab7cf910d
commit
31defe87bd
|
@ -13,8 +13,10 @@ django-crispy-forms==1.4.0
|
||||||
django-floppyforms==1.1
|
django-floppyforms==1.1
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
django-model-utils==1.5.0
|
|
||||||
South==0.8.2
|
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
|
||||||
|
|
||||||
|
|
||||||
# images
|
# images
|
||||||
Pillow==2.1.0
|
Pillow==2.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user