mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 16:12:29 +03:00
Fixed typo and case change
This commit is contained in:
parent
e68479a502
commit
f712016bf7
|
@ -15,14 +15,14 @@ django-floppyforms==1.3.0
|
||||||
# Models
|
# Models
|
||||||
django-model-utils==2.2
|
django-model-utils==2.2
|
||||||
|
|
||||||
# images
|
# Images
|
||||||
Pillow==2.6.1
|
Pillow==2.6.1
|
||||||
|
|
||||||
# For user registration, either via email or social
|
# For user registration, either via email or social
|
||||||
# Well-built with regular release cycles!
|
# Well-built with regular release cycles!
|
||||||
django-allauth==0.18.0
|
django-allauth==0.18.0
|
||||||
|
|
||||||
# For the persistance stores
|
# For the persistence stores
|
||||||
psycopg2==2.5.4
|
psycopg2==2.5.4
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
|
|
Loading…
Reference in New Issue
Block a user