раскомментил логи;
This commit is contained in:
parent
024f1b3939
commit
d863d9167e
|
|
@ -112,7 +112,7 @@ AUTH_USER_MODEL = 'account.MyUser'
|
||||||
ROTATE_LOG_SIZE = 15 * 1024 * 1024
|
ROTATE_LOG_SIZE = 15 * 1024 * 1024
|
||||||
ROTATE_LOG_COUNT = 10
|
ROTATE_LOG_COUNT = 10
|
||||||
|
|
||||||
""" LOGGING = {
|
LOGGING = {
|
||||||
'version': 1,
|
'version': 1,
|
||||||
'disable_existing_loggers': False,
|
'disable_existing_loggers': False,
|
||||||
'formatters': {
|
'formatters': {
|
||||||
|
|
@ -161,7 +161,7 @@ ROTATE_LOG_COUNT = 10
|
||||||
'propagate': False,
|
'propagate': False,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
} """
|
}
|
||||||
|
|
||||||
REST_FRAMEWORK = {
|
REST_FRAMEWORK = {
|
||||||
'DEFAULT_PERMISSION_CLASSES': [
|
'DEFAULT_PERMISSION_CLASSES': [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue