2013-08-16 15:35:18 +04:00
|
|
|
# Bleeding edge Django
|
2014-08-22 03:41:48 +04:00
|
|
|
django==1.6.6
|
2013-08-16 15:35:18 +04:00
|
|
|
|
2013-09-15 17:02:13 +04:00
|
|
|
# Configuration
|
2014-01-24 14:40:49 +04:00
|
|
|
django-configurations==0.8
|
2013-09-15 17:02:13 +04:00
|
|
|
django-secure==1.0
|
2014-02-21 01:00:24 +04:00
|
|
|
django-cache-url==0.8.0
|
2014-04-22 22:56:26 +04:00
|
|
|
dj-database-url==0.3.0
|
2013-09-15 17:02:13 +04:00
|
|
|
|
|
|
|
# Forms
|
2014-04-22 22:56:26 +04:00
|
|
|
django-braces==1.4.0
|
2013-09-15 17:02:13 +04:00
|
|
|
django-crispy-forms==1.4.0
|
2014-08-17 18:22:19 +04:00
|
|
|
django-floppyforms==1.2.0
|
2014-08-17 18:23:19 +04:00
|
|
|
|
2013-09-15 17:02:13 +04:00
|
|
|
# Models
|
2014-08-17 18:23:19 +04:00
|
|
|
South==1.0
|
2014-08-17 18:22:19 +04:00
|
|
|
django-model-utils==2.2
|
2013-09-15 17:02:13 +04:00
|
|
|
|
|
|
|
# images
|
2014-08-24 19:17:06 +04:00
|
|
|
Pillow==2.5.3
|
2013-08-16 15:35:18 +04:00
|
|
|
|
|
|
|
# For user registration, either via email or social
|
|
|
|
# Well-built with regular release cycles!
|
2014-08-17 18:22:19 +04:00
|
|
|
django-allauth==0.18.0
|
2013-08-15 21:47:35 +04:00
|
|
|
|
2013-08-27 11:08:52 +04:00
|
|
|
# For the persistance stores
|
2014-05-15 17:44:40 +04:00
|
|
|
psycopg2==2.5.3
|
2013-08-15 21:47:35 +04:00
|
|
|
|
2013-08-16 15:35:18 +04:00
|
|
|
# Unicode slugification
|
|
|
|
unicode-slugify==0.1.1
|
2014-01-24 14:40:49 +04:00
|
|
|
django-autoslug==1.7.2
|
2013-08-15 21:47:35 +04:00
|
|
|
|
|
|
|
# Useful things
|
2013-09-22 16:47:34 +04:00
|
|
|
django-avatar==2.0
|
2013-08-15 21:47:35 +04:00
|
|
|
|
|
|
|
|
2013-08-27 11:08:52 +04:00
|
|
|
# Your custom requirements go here
|