On 11/1/07, Jon Atkinson <[EMAIL PROTECTED]> wrote: > As I understand it, this is all I need to do to have the context > processor execute properly, however neither 'spam' is output to the > console (I'm using the ./manage.py server), nor is 'eggs', or the > token 'cp_test' passed to the template. I'm sure I'm doing something > stupid, but what?
You also have to make sure you're using RequestContext[1] when you render the template, or none of the context processors will execute. -Gul [1] http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---