Elements tagged with: django

skip over the calendar

Page created at
Module Hacking for Django Oct. 21, 2005, 9:31 p.m.
Django itself constructs model modules dynamically from your model classes. That's what I used in my first take at the abstract tagging application. Now I found a better way in the current version - I can modify the dynamic module myself quite easily, generate a dynamic model class and push that ...
Django, Programmierung, Python