mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
38 lines
611 B
Plaintext
38 lines
611 B
Plaintext
# Bleeding edge Django
|
|
django==1.6.4
|
|
|
|
# Configuration
|
|
django-configurations==0.8
|
|
django-secure==1.0
|
|
django-cache-url==0.8.0
|
|
dj-database-url==0.3.0
|
|
|
|
# Forms
|
|
django-braces==1.4.0
|
|
django-crispy-forms==1.4.0
|
|
django-floppyforms==1.1.1
|
|
|
|
# Models
|
|
South==0.8.4
|
|
django-model-utils==2.0.3
|
|
|
|
# images
|
|
Pillow==2.4.0
|
|
|
|
# For user registration, either via email or social
|
|
# Well-built with regular release cycles!
|
|
django-allauth==0.16.1
|
|
|
|
# For the persistance stores
|
|
psycopg2==2.5.2
|
|
|
|
# Unicode slugification
|
|
unicode-slugify==0.1.1
|
|
django-autoslug==1.7.2
|
|
|
|
# Useful things
|
|
django-avatar==2.0
|
|
|
|
|
|
# Your custom requirements go here
|