Andreas wrote:

mentioned that I don't, I'm using a custom model. Is there a way to
make a custom model available in all views and templates without
explicitly passing it as a parameter every time?
You could subclass django.core.extensions.DjangoContext and prefill it with your everpresent variables in __init__(). However I don't know is there a way to tell generic views to use this context instead of a standard one.

Reply via email to