django-pageviews icon indicating copy to clipboard operation
django-pageviews copied to clipboard

django.core.context_processors.request required

Open altimore opened this issue 11 years ago • 0 comments

Hello,

Nice app ! Could you please indicate in the README.md that the context processor is required ?

In settings.py

TEMPLATE_CONTEXT_PROCESSORS = (
    '...',
    'django.core.context_processors.request',
)

Regards, Alti.

altimore avatar Feb 19 '14 16:02 altimore