Entries for date 10/19/2005

Page created at
Tagging with Django Oct. 19, 2005, 4:47 p.m.
Since the question about how to do tagging with Django shows up quite often, I have written a small solution to this problem: AbstractTagging. This is a generic application and generic views that give you a very simple solution to add tagging to any model you have in your django apps. It's currently ...
Django, Programmierung, Python