mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-04-30 11:24:42 +02:00
8 lines
118 B
Python
8 lines
118 B
Python
LOGGING = {
|
|
'version': 1,
|
|
'disable_existing_loggers': True
|
|
}
|
|
|
|
DEFAULT_PERMISSIONS = {}
|
|
LOGIN_REQUIRED = False
|