mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-04-24 16:38:27 +02:00
12 lines
144 B
Python
12 lines
144 B
Python
LOGGING = {
|
|
'version': 1,
|
|
'disable_existing_loggers': True
|
|
}
|
|
|
|
PLUGINS = [
|
|
'netbox.tests.dummy_plugin',
|
|
]
|
|
|
|
|
|
DEFAULT_PERMISSIONS = {}
|