Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created May 31, 2012 19:02
Show Gist options
  • Save rdegges/2845467 to your computer and use it in GitHub Desktop.
Save rdegges/2845467 to your computer and use it in GitHub Desktop.
django-sslify configuration
# ...
MIDDLEWARE_CLASSES = (
'sslify.middleware.SSLifyMiddleware',
# ...
)
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment