From 860b6ed3e9a6b56b6c24069d66fc2afbdadbb9df Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 16 Jun 2023 19:27:24 +0300 Subject: [PATCH] Moved debug option to config file --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 2871971..d834f37 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { + "DEBUG": false, "SECRET_KEY": "", "ALLOWED_HOSTS": [""], "DATABASE": {