Hi all,

(firstly, sorry for the subject, couldn't think how to summarize this
well)

I'm wondering what the best practice is for what I'm looking to do.
All thoughts and pointers to where in Django in much appreciated:

I want a model that I can use directly in the template. The data needs
to have the potential to be shown on every page in the same as any
other page.

I could add to the Context object in each view, but that's a lot of
repeat code (urgh). Also, if I were to take that route, I'd need the
Model to be available between multiple apps within a project and I've
not seen how to do that.

Thanks in advance,
Dave


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to