Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Created January 22, 2014 01:26
from django.conf.global_settings import
TEMPLATE_CONTEXT_PROCESSORS
TEMPLATE_CONTEXT_PROCESSORS += (
'django.core.context_processors.request',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment