Skip to content
Snippets Groups Projects
Commit b95b25f1 authored by Ben Adida's avatar Ben Adida
Browse files

enable sslify

parent fdbd5ee6
Branches
Tags
No related merge requests found
......@@ -77,9 +77,12 @@ TEMPLATE_LOADERS = (
)
MIDDLEWARE_CLASSES = (
# make all things SSL
'sslify.middleware.SSLifyMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware'
)
ROOT_URLCONF = 'urls'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment