Force ssl

This commit is contained in:
Jonathan Cremin 2015-01-18 14:46:45 +00:00
parent d9242181c8
commit df10c67999
2 changed files with 11 additions and 9 deletions

View file

@ -31,6 +31,7 @@ INSTALLED_APPS = (
)
MIDDLEWARE_CLASSES = (
'sslify.middleware.SSLifyMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
)

View file

@ -1,6 +1,7 @@
dj-database-url==0.3.0
dj-static==0.0.6
Django==1.7.3
django-sslify==0.2.5
django-toolbelt==0.0.1
gunicorn==19.1.1
psycopg2==2.5.4