On 5/4/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:

That wouldn't work, because you pass the argument in the URLconf, and
the URLconf doesn't have access to request objects. The solution here
is either the global TEMPLATE_CONTEXT_PROCESSORS setting or the
"context_processors" keyword argument to the specific view.

Adrian

Good point! I've never used them (generic views) in a project yet, so I was bound to hit some sort snag with my solution ;)

--
Clint Ecker
[EMAIL PROTECTED]
http://phaedo.cx
--~--~---------~--~----~------------~-------~--~----~
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