From a71fbd996c5ae839c6318419a51d3f650743a4c7 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 5 Jun 2012 23:55:20 -0400 Subject: [PATCH] Disable HTTPS --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.py b/settings.py index 094004f..20e9349 100644 --- a/settings.py +++ b/settings.py @@ -197,9 +197,9 @@ ACCOUNT_ACTIVATION_DAYS = 0 # HTTPS if not DEBUG: - USE_HTTPS = True - SESSION_COOKIE_SECURE = True - CSRF_COOKIE_SECURE = True + #USE_HTTPS = True + #SESSION_COOKIE_SECURE = True + #CSRF_COOKIE_SECURE = True SESSION_COOKIE_DOMAIN = '.snipt.net' # Messages