Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation template context processor #21

Closed
blite opened this issue Mar 7, 2011 · 2 comments
Closed

documentation template context processor #21

blite opened this issue Mar 7, 2011 · 2 comments

Comments

@blite
Copy link

blite commented Mar 7, 2011

I had to add the following to get django-seo to work maybe i'm using an older settings.py file though

TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.request",

"django.core.context_processors.auth",

"django.core.context_processors.debug",

"django.core.context_processors.i18n",

)

it really only needs the first one but it should be in documentation I think.

@willhardy
Copy link
Owner

This isn't absolutely necessary, but I see the value in putting it in the tutorial. I'll add it now.

Thanks

@willhardy
Copy link
Owner

Closed by 3512c00: Adding the request context processor will make life easier.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants