Newer
Older
netbox-docker / test-configuration / test_config.py
@Tobias Genannt Tobias Genannt on 21 May 2024 118 bytes Change LOGIN_REQUIRED default to 'True'
LOGGING = {
    'version': 1,
    'disable_existing_loggers': True
}

DEFAULT_PERMISSIONS = {}
LOGIN_REQUIRED = False