|
|
@@ -496,6 +496,7 @@ AUTH_EXEMPT_PATHS = (
|
|
|
# All URLs starting with a string listed here are exempt from maintenance mode enforcement
|
|
|
MAINTENANCE_EXEMPT_PATHS = (
|
|
|
f'/{BASE_PATH}admin/',
|
|
|
+ f'/{BASE_PATH}extras/config-revisions/', # Allow modifying the configuration
|
|
|
)
|
|
|
|
|
|
SERIALIZATION_MODULES = {
|