The installation guide instructs the reader to make sure that 'django.core.context_processors.request' is in the TEMPLATE_CONTEXT_PROCESSORS in settings.py. However according to Django==1.9 docs it states
Furthermore you should replace django.core.context_processors with django.template.context_processors in the names of context processors.
So just a heads up. Great app so far either way. Many thanks.
The installation guide instructs the reader to make sure that 'django.core.context_processors.request' is in the TEMPLATE_CONTEXT_PROCESSORS in settings.py. However according to Django==1.9 docs it states
So just a heads up. Great app so far either way. Many thanks.