mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Issues with maintenance_mode.txt (#4148)
* Issues with maintenance_mode.txt Fixes #3618 * Update django-maintenance-mode to fix maintenante mode problems Issues with maintenance_mode.txt Fixes #3618
This commit is contained in:
@ -857,7 +857,7 @@ IGNORED_ERRORS = [
|
||||
|
||||
# Maintenance mode
|
||||
MAINTENANCE_MODE_RETRY_AFTER = 60
|
||||
MAINTENANCE_MODE_STATE_BACKEND = 'maintenance_mode.backends.DefaultStorageBackend'
|
||||
MAINTENANCE_MODE_STATE_BACKEND = 'maintenance_mode.backends.StaticStorageBackend'
|
||||
|
||||
# Are plugins enabled?
|
||||
PLUGINS_ENABLED = get_boolean_setting('INVENTREE_PLUGINS_ENABLED', 'plugins_enabled', False)
|
||||
|
Reference in New Issue
Block a user