mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-22 07:53:46 +01:00
8 lines
118 B
Python
8 lines
118 B
Python
LOGGING = {
|
|
'version': 1,
|
|
'disable_existing_loggers': True
|
|
}
|
|
|
|
DEFAULT_PERMISSIONS = {}
|
|
LOGIN_REQUIRED = False
|