Tuesday 8 January 2008
StaticGenerator for Django: create static files for lightning fast performance
By Maxime Biais, Tuesday 8 January 2008 at 11:46 :: Django
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.
The benchmark seems very favorable for StaticGenerator against Django cached data.



