gadventures / django-fsm-admin

Mixin and template tags to integrate django-fsm transitions into the django admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to README that "django.core.context_processors.request" has to be in TEMPLATE_CONTEXT_PROCESSORS

voltidev opened this issue · comments

Please add to the README that it is required to have "django.core.context_processors.request" in TEMPLATE_CONTEXT_PROCESSORS in Django settings.