Custom template tags in Django

Posted by: barbara | Date: Aug 15, 2008 | Updated: Sep 09, 2008 | Category: django
In various places in my project's site navigation, I need to be able to include dynamic content. For example, there will be a sidebar on the left that should always show a list of categories, with each one linking to its respective category page. A pretty common need on most ...

Read More