mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 19:44:00 +03:00
5cc4ea1f1d
- django-floppyform has official support for django 1.8 (for #208) - https://github.com/brack3t/django-braces/releases/tag/v1.8.0
37 lines
583 B
Plaintext
37 lines
583 B
Plaintext
# Bleeding edge Django
|
|
django>=1.7.7,<1.8
|
|
|
|
# Configuration
|
|
django-environ==0.3.0
|
|
django-secure==1.0.1
|
|
|
|
# Forms
|
|
django-braces==1.8.0
|
|
django-crispy-forms==1.4.0
|
|
django-floppyforms==1.4.0
|
|
|
|
# Models
|
|
django-model-utils==2.2
|
|
|
|
# Images
|
|
Pillow==2.8.1
|
|
|
|
# For user registration, either via email or social
|
|
# Well-built with regular release cycles!
|
|
django-allauth==0.19.1
|
|
|
|
# For the persistence stores
|
|
psycopg2==2.6
|
|
|
|
# Unicode slugification
|
|
unicode-slugify==0.1.3
|
|
django-autoslug==1.7.2
|
|
|
|
# Useful things
|
|
django-avatar==2.0
|
|
|
|
# Time zones support
|
|
pytz==2015.2
|
|
|
|
# Your custom requirements go here
|