1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-04-18 22:24:03 +03:00
2025-03-06 21:29:33 +01:00

12 lines
144 B
Python

LOGGING = {
'version': 1,
'disable_existing_loggers': True
}
PLUGINS = [
'netbox.tests.dummy_plugin',
]
DEFAULT_PERMISSIONS = {}