mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
Fixed typo and case change
This commit is contained in:
parent
e68479a502
commit
f712016bf7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,14 +15,14 @@ django-floppyforms==1.3.0
|
|||
# Models
|
||||
django-model-utils==2.2
|
||||
|
||||
# images
|
||||
# Images
|
||||
Pillow==2.6.1
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.18.0
|
||||
|
||||
# For the persistance stores
|
||||
# For the persistence stores
|
||||
psycopg2==2.5.4
|
||||
|
||||
# Unicode slugification
|
||||
|
|
|
|||
Loading…
Reference in a new issue