We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6616 commit 9be5918Copy full SHA for 9be5918
netbox/netbox/settings.py
@@ -496,6 +496,7 @@ def _setting(name, default=None):
496
# All URLs starting with a string listed here are exempt from maintenance mode enforcement
497
MAINTENANCE_EXEMPT_PATHS = (
498
f'/{BASE_PATH}admin/',
499
+ f'/{BASE_PATH}extras/config-revisions/', # Allow modifying the configuration
500
)
501
502
SERIALIZATION_MODULES = {
0 commit comments