public marks

PUBLIC MARKS from mbertier with tags clevermarks & django

08 January 2008

StaticGenerator for Django

by 1 other
StaticGenerator is a Python class for Django that makes it easy to create static files for lightning fast performance. It accepts strings (URL), Models (class or instance), Managers, and QuerySets in a simple syntax:

26 November 2007

django-evolution - Google Code

by 1 other (via)
This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.

13 November 2007