Thanks so much for the reply Scott. Wish I would have seen it a bit
sooner.

So I double checked my TEMPLATE_CONTEXT_PROCESSORS as you suggested:

TEMPLATE_CONTEXT_PROCESSORS = (
    "django.core.context_processors.auth",
    "django.core.context_processors.debug",
    "django.core.context_processors.i18n",
    "django.core.context_processors.media",
    "django.core.context_processors.request",
)

So that looks good.

Not sure how to check that I am overwriting it.

Thoughts?


On Jan 5, 9:16 am, "Scott Hebert (slaptijack)"
<scott.heb...@gmail.com> wrote:
> I'm sorry you haven't gotten a response from anyone yet.
>
> From everything you've provided here, it looks like you're doing this
> exactly right. The key seems to be that request is not being set. I
> think you need to verify two things:
>
> 1) That django.core.context_processors.request is in your
> TEMPLATE_CONTEXT_PROCESSORS settings variable.
>
> 2) That you aren't overwriting the request variable accidentally with
> your own.
>
> Good luck!
>
> --
> Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to