Skip to content

Instantly share code, notes, and snippets.

@neuman
Created March 12, 2015 21:06
Show Gist options
  • Save neuman/e16a0a7e4f45b7e5c0e4 to your computer and use it in GitHub Desktop.
Save neuman/e16a0a7e4f45b7e5c0e4 to your computer and use it in GitHub Desktop.
TEMPLATE_CONTEXT_PROCESSORS = ("django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.static",
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages",
"django.core.context_processors.request"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment