Skip to content

Instantly share code, notes, and snippets.

View johndavidback's full-sized avatar
😀
Gerard Sychay's archnemesis

John David Back johndavidback

😀
Gerard Sychay's archnemesis
  • Cincinnati, Ohio
View GitHub Profile
# https://gist.github.com/1035190
# See also: Snippets 85, 240, 880 at http://www.djangosnippets.org/
#
# Minimally, the following settings are required:
#
# SSL_ENABLED = True
# SSL_URLS = (
# r'^/some/pattern/',
# )