From 7f72e259c241c2e477df60ad453861e1cf9b5945 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 19 Nov 2024 22:06:25 +0100 Subject: [PATCH] update --- taxi_service/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxi_service/settings.py b/taxi_service/settings.py index b533bf0e..bded5c09 100644 --- a/taxi_service/settings.py +++ b/taxi_service/settings.py @@ -23,7 +23,7 @@ ) # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = []