13 lines
173 B
Python
13 lines
173 B
Python
LOGGING = {
|
|
'version': 1,
|
|
'disable_existing_loggers': True
|
|
}
|
|
|
|
PLUGINS = [
|
|
'netbox.tests.dummy_plugin',
|
|
]
|
|
|
|
ALLOW_TOKEN_RETRIEVAL = True
|
|
|
|
DEFAULT_PERMISSIONS = {}
|