INITIAL
This commit is contained in:
commit
7ba937ef66
66 changed files with 1823 additions and 0 deletions
32
requirements/base.txt
Normal file
32
requirements/base.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
django==1.8.6
|
||||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
django-secure==1.0.1
|
||||
whitenoise==2.0.4
|
||||
|
||||
# Forms
|
||||
django-braces==1.8.1
|
||||
django-crispy-forms==1.5.2
|
||||
|
||||
# Views
|
||||
django-extra-views==0.7.1
|
||||
|
||||
# DB
|
||||
psycopg2==2.6.1
|
||||
|
||||
# User Registration
|
||||
django-allauth==0.24.1
|
||||
|
||||
# Unicode slugification
|
||||
unicode-slugify==0.1.3
|
||||
django-autoslug==1.9.3
|
||||
|
||||
# Time zones support
|
||||
pytz==2015.7
|
||||
|
||||
# Bootstrap
|
||||
django-bootstrap3==6.2.2
|
||||
|
||||
# Data grids
|
||||
django-tables2==1.0.4
|
4
requirements/local.txt
Normal file
4
requirements/local.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
-r base.txt
|
||||
|
||||
Werkzeug==0.10.4
|
||||
django-debug-toolbar==1.4
|
12
requirements/production.txt
Normal file
12
requirements/production.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
-r base.txt
|
||||
|
||||
# WSGI Handler
|
||||
gevent==1.0.2
|
||||
gunicorn==19.3.0
|
||||
|
||||
# Static and Media Storage
|
||||
boto==2.38.0
|
||||
django-storages-redux==1.3
|
||||
|
||||
# Mailgun Support
|
||||
django-mailgun==0.8.0
|
Loading…
Add table
Add a link
Reference in a new issue