Maniac wrote: > You could subclass django.core.extensions.DjangoContext and > prefill it with your everpresent variables in __init__().
I ended up subclassing "Context". I was wrong when I said writing a custom Context doesn't seem to save code -- passing MyContext(request) to render_to_response is incredibly easy and saves quite a lot of code. Andreas