Cooking Up A Website In Django: Custom Template Tags - Part 3: A ... by Framework templates

Sun, 19 Jul 2009 00:00:10 -0700

Cooking Up A Website In Django: Custom Template Tags - Part 3: A ...

by Framework templates @ Sun, 19 Jul 2009 00:00:10 -0700



Pop list_formatters.py into your templatetags directory and format_list_tag.html into your templates directory and pointing a url towards the following example (repeated from the previous tutorial) you can see the tag in action. ...