Closed niconoe closed 8 months ago
AttributeError at /
'Settings' object has no attribute 'MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER' found in logs at night (when instances are in maintenance_mode).
This is probably due to a new settings in django-maintenance-mode, that should be explicitly set in our settings due to https://github.com/riparias/gbif-alert/issues/146.
We should update our explicit settings definition (and make sure there are no other new settings in django maintenance mode)
Fixed in release 1.7.3
AttributeError at /
'Settings' object has no attribute 'MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER' found in logs at night (when instances are in maintenance_mode).
This is probably due to a new settings in django-maintenance-mode, that should be explicitly set in our settings due to https://github.com/riparias/gbif-alert/issues/146.
We should update our explicit settings definition (and make sure there are no other new settings in django maintenance mode)