13256 cleanup settings logic

This commit is contained in:
Arthur 2023-08-10 17:34:28 +07:00
parent 05da59b91b
commit 4dbbbe660a

View File

@ -423,9 +423,6 @@ TEMPLATES = [
]
# Set up authentication backends
AUTHENTICATION_BACKENDS = [
'netbox.authentication.ObjectPermissionBackend',
]
if type(REMOTE_AUTH_BACKEND) not in (list, tuple):
REMOTE_AUTH_BACKEND = [REMOTE_AUTH_BACKEND]
AUTHENTICATION_BACKENDS = [