From 8b839078cf4cee9cef764f0339fc19ea0ad1c888 Mon Sep 17 00:00:00 2001 From: Bam_boogie <65554208+Kudzmat@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:39:29 +0200 Subject: [PATCH] Update settings.py debug=False --- NoseBleedSeat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NoseBleedSeat/settings.py b/NoseBleedSeat/settings.py index e511ee9..f1a7cd8 100644 --- a/NoseBleedSeat/settings.py +++ b/NoseBleedSeat/settings.py @@ -18,7 +18,7 @@ load_dotenv() # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent