5 lines
69 B
Python
5 lines
69 B
Python
|
LOGGING = {
|
||
|
'version': 1,
|
||
|
'disable_existing_loggers': True
|
||
|
}
|