Hey,

I've recently stumbled on templatetags as a great way of pulling in
data you need within a specific template file. Previously I would have
done all of the logic to pull in data from within a views.py file and
then just pass that data into a specified template.

Is there any real difference between passing the data from a views.py
file into a template compared with asking for the data using a
templatetag?

Since finding templatetags, I am also starting to question what I
should put within my views.py file and how it fits into the grand
scheme of things when building a site.

Any thoughts/opinions would be great as I want to make sure I'm not
going to kill my server by using too many templatetags!

Cheers,
Chris
--~--~---------~--~----~------------~-------~--~----~
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