From 7f3348e080a44dbcb36faeebf01de79f265af992 Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Wed, 7 Dec 2022 09:52:58 -0600 Subject: [PATCH] global filter by client and month2 --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index 2633a5e..a58e432 100644 --- a/Admin/settings.py +++ b/Admin/settings.py @@ -18,7 +18,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*']