From 54d0664a25566b7e22c6e30fd0fb94e6207dc618 Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 21:16:12 +0300 Subject: [PATCH] try to fix 500 --- rumine/settings/dev.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rumine/settings/dev.py b/rumine/settings/dev.py index 7df1dfb..20e1711 100644 --- a/rumine/settings/dev.py +++ b/rumine/settings/dev.py @@ -1,8 +1,8 @@ from .base import * # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True - +DEBUG = False +DEBUG_PROPAGATE_EXCEPTIONS = True # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = "django-insecure-opj&3@hcho2s_fr2ivz$6ufbx#zph+sxm)q%j-(i8(clv7qq1l"