From f110da4ae381742e2aca24d44393d3eb26abe2fa Mon Sep 17 00:00:00 2001 From: lungsangg Date: Fri, 25 Oct 2024 14:30:08 +0530 Subject: [PATCH] django_debug_set_to_false --- .gitignore | 3 ++- sefaria/local_settings.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38b38513b6..44bc5f9759 100644 --- a/.gitignore +++ b/.gitignore @@ -140,4 +140,5 @@ log/* .env .envrc -etc \ No newline at end of file +etc +myenv \ No newline at end of file diff --git a/sefaria/local_settings.py b/sefaria/local_settings.py index 5ab31bef0a..dd89cba4e5 100644 --- a/sefaria/local_settings.py +++ b/sefaria/local_settings.py @@ -129,7 +129,7 @@ ################ These are things you DO NOT NEED to touch unless you know what you are doing. ############################## -DEBUG = os.getenv("DEBUG", True) +DEBUG = os.getenv("DEBUG", False) REMOTE_HOSTS = os.getenv('REMOTE_HOSTS', 'staging.pecha.org').replace(" ", "")