08 January 2008 11:00
StaticGenerator for Django
by 1 otherStaticGenerator 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:
1
(1 marks)