LOGGING = {
    'version': 1,
    'disable_existing_loggers': True
}

PLUGINS = [
    'netbox.tests.dummy_plugin',
]


DEFAULT_PERMISSIONS = {}