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

Add 'request' context processor to default settings?

Open bartTC opened this issue 14 years ago • 2 comments

This is used in every project I know.

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

bartTC avatar May 30 '11 00:05 bartTC

saver

sertac avatar Feb 03 '12 13:02 sertac

any docs on why this was removed from the default context processors?

tschellenbach avatar May 06 '13 17:05 tschellenbach