Disable HTTPS

master
Nick Sergeant 2012-06-05 23:55:20 -04:00
parent 1d0ca012c1
commit a71fbd996c
1 changed files with 3 additions and 3 deletions

View File

@ -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