I have a design issue where i want to have a standard base template
display a list of database entries with a count for the most popular
entries. If I am using this as the base template this means that I
need to pass the list and the calculated count from any view which
calls any template which extends the base template. I can't help but
think I am going about this the wrong way since I am repeating code
and procedure in the views section. Anyone know what I really ought to
be doing?

Many thanks.
--~--~---------~--~----~------------~-------~--~----~
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