Hi,

I added this to my settings.py:
TEMPLATE_CONTEXT_PROCESSORS = (
    'django.core.context_processors.request',
    'django.core.context_processors.auth',
    'django.core.context_processors.debug',
    'django.core.context_processors.i18n',
)

I took it from the second comment from here:
http://www.djangoproject.com/comments/

The goal is to have request.META.PATH_INFO in templates.

The problem is that TEMPLATE_CONTEXT_PROCESSORS does not seem to make
any difference. request is still not accessible from template. Even is
I
set the variable to () nothing happens.

Do you have any idea?

Thanks in advance,
Ray


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to