Afternoon wrote: > I disagree. For background, I have a context processor which simply > pushes a dictionary of standard items, such as URLBASE for media and > links, to all templates. It's very unlikely that an error will have > occurred which makes this a bad thing to do.
Other people may have more complicated request processors... You can always write your own view for handling '500' errors and use RequestContext there: http://www.djangoproject.com/documentation/tutorial3/#write-a-500-server-error-view --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---