mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Fixes #13684: Enable modying the configuration when maintenance mode is enabled
This commit is contained in:
parent
6db6616892
commit
d1e0f75389
@ -496,6 +496,7 @@ AUTH_EXEMPT_PATHS = (
|
|||||||
# All URLs starting with a string listed here are exempt from maintenance mode enforcement
|
# All URLs starting with a string listed here are exempt from maintenance mode enforcement
|
||||||
MAINTENANCE_EXEMPT_PATHS = (
|
MAINTENANCE_EXEMPT_PATHS = (
|
||||||
f'/{BASE_PATH}admin/',
|
f'/{BASE_PATH}admin/',
|
||||||
|
f'/{BASE_PATH}extras/config-revisions/', # Allow modifying the configuration
|
||||||
)
|
)
|
||||||
|
|
||||||
SERIALIZATION_MODULES = {
|
SERIALIZATION_MODULES = {
|
||||||
|
Loading…
Reference in New Issue
Block a user