Hello everyone I want to integrate wpadmin by barszczmm into my django project but in his documentation he has written
Add django.core.context_processors.request
to TEMPLATE_CONTEXT_PROCESSORS
setting.
Icannot exactly understand what this means . I tried by adding this line django.core.context_processors.request
in setting.py
under templates
-> 'context_processors'
but nothing happened and server gives the exception InvalidTemplateLibrary at /admin/
.please tell me exactly what to do