Created
August 7, 2011 08:28
-
-
Save matthewphiong/1130194 to your computer and use it in GitHub Desktop.
Point it to your TEMPLATE_CONTEXT_PROCESSORS in your settings.py file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.request", | |
# ... | |
"yourapp.context_processors.categories" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment