From d863d9167e17701ce1e23ba91f2f1db504900aa2 Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Wed, 5 Jun 2024 14:07:48 +0500 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B8=D0=BB=20=D0=BB=D0=BE=D0=B3=D0=B8;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/proj/conf/settings/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/proj/conf/settings/base.py b/server/proj/conf/settings/base.py index 1951ff5..01920ee 100644 --- a/server/proj/conf/settings/base.py +++ b/server/proj/conf/settings/base.py @@ -112,7 +112,7 @@ AUTH_USER_MODEL = 'account.MyUser' ROTATE_LOG_SIZE = 15 * 1024 * 1024 ROTATE_LOG_COUNT = 10 -""" LOGGING = { +LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { @@ -161,7 +161,7 @@ ROTATE_LOG_COUNT = 10 'propagate': False, }, }, -} """ +} REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': [