mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 07:53:09 +00:00
fix the django-model-utils
This commit is contained in:
parent
7ab7cf910d
commit
31defe87bd
1 changed files with 3 additions and 1 deletions
|
|
@ -13,8 +13,10 @@ django-crispy-forms==1.4.0
|
|||
django-floppyforms==1.1
|
||||
|
||||
# Models
|
||||
django-model-utils==1.5.0
|
||||
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
|
||||
Pillow==2.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue