From fdb6291a1564a97a5579d05403ce7a7a0286f926 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 22 Sep 2017 10:25:22 +0530 Subject: fixed debug --- scipy2017/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipy2017/settings.py b/scipy2017/settings.py index 1314ee3..44f10f8 100755 --- a/scipy2017/settings.py +++ b/scipy2017/settings.py @@ -22,8 +22,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = 'w81ia+6)sak!)t@kv=@x267y78ceh4iu2c@o@2#8+h$kua3e9a' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True -#DEBUG = False +#DEBUG = True +DEBUG = False SESSION_EXPIRE_AT_BROWSER_CLOSE = True -- cgit