django-startproject
django-startproject copied to clipboard
Add 'request' context processor to default settings?
This is used in every project I know.
TEMPLATE_CONTEXT_PROCESSORS += (
'django.core.context_processors.request',
)
saver
any docs on why this was removed from the default context processors?