diff --git a/twitter/settings.py b/twitter/settings.py index 787a555..01ac89e 100644 --- a/twitter/settings.py +++ b/twitter/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = '+sr35*#-$zo3kj8+ey6mih$fgcrdo6!8n1m*co7)4v14848s6o' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['127.0.0.1', '192.168.33.10', 'localhost'] INTERNAL_IPS = ['192.168.65.1'] @@ -149,3 +149,4 @@ from .local_settings import * except: pass +SESSION_COOKIE_SECURE = True