diff --git a/sip/settings/staging.py b/sip/settings/staging.py index 42d0436e831d451c515c966dcebeca6b097056ca..6878fd59211fbd54ca0b0978b72ea2f311c93359 100644 --- a/sip/settings/staging.py +++ b/sip/settings/staging.py @@ -31,7 +31,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = os.getenv('DJANGO_SECRET_KEY', "s3cr3t_k3y_c4nn0t_h4ck3d_by_l33t_1337") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # HOST_URL = os.getenv('HOST_URL')