fabiocaccamo / django-maintenance-mode

:construction: :hammer_and_wrench: shows a 503 error page when maintenance-mode is on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT

Thulebona opened this issue · comments

they is an error on the doc naming convection
on the doc its says MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT but on the settings its getting MAINTENANCE_MODE_TEMPLATE_CONTEXT

MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT = getattr(settings, 'MAINTENANCE_MODE_TEMPLATE_CONTEXT', None)

Thanks for the report, fixed with 0.6.3 version.