раскомментил логи;

This commit is contained in:
Mike0001-droid 2024-06-05 14:07:48 +05:00
parent 024f1b3939
commit d863d9167e
1 changed files with 2 additions and 2 deletions

View File

@ -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': [