changeset 1006:842c1343061c

Merge.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2015 23:18:15 -0600
parents 9fc12bbc8c81 (current diff) 51fce245dd47 (diff)
children 4c0360ae01c6
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/settings/base.py	Thu Nov 26 23:16:07 2015 -0600
+++ b/sg101/settings/base.py	Thu Nov 26 23:18:15 2015 -0600
@@ -367,5 +367,9 @@
     ],
 }
 
+# SSL related settings
+SESSION_COOKIE_SECURE = False
+CSRF_COOKIE_SECURE = False
+
 # Turn off warning about test runner behavior change
 SILENCED_SYSTEM_CHECKS = ['1_6.W001']