diff --git a/project/settings.py b/project/settings.py index 343304e..a570e30 100644 --- a/project/settings.py +++ b/project/settings.py @@ -25,12 +25,12 @@ SECRET_KEY = 'vpa^(dpvtoxhs(pf&!by_j395a^ea8h6pnim0%hz&9&^_9i($$' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True -# DEBUG = False +# DEBUG = True +DEBUG = False ALLOWED_HOSTS = ["*"] -# SESSION_COOKIE_DOMAIN = ".w3hacks.com" +SESSION_COOKIE_DOMAIN = ".w3hacks.com" # Application definition