[Answer]-Django's inclusion_tag not find context['request']

1👍

The request context processor is not active by default. You need to add it to TEMPLATE_CONTEXT_PROCESSORS in settings.py yourself.

Leave a comment