[Fixed]-Issue trying to add django-tables2 supprot to project

1👍

This is what I used to have… Notice the django.core bit.

#had to add this because of django_tables2:
TEMPLATE_CONTEXT_PROCESSORS += ("django.core.context_processors.request",)

Leave a comment