5 Items for January 2009
Sloppy - the slow proxy for dial-up modem speed simulation
A deliberately slow proxy to simulate the dial-up modem experience. A great way to test fancy features like AJAX.
Django | Aggregation | Django Documentation
Django Aggregates have landed in Django. The documentation looks pretty good. People have been waiting for this for a long time. It's great to see such a solid implementation.
git externals script
This looks like a useful script for dealing with project dependencies and wanting to avoid either doing a file copy to your project, or submodules.
Full-text searching in Django with PostgreSQL and tsearch2
A complete run down on setting up search with Django using PostgreSQL and tsearch2.