django

TwitterFacebook
Get flash to fully experience Pearltrees

jaikuengine - Project Hosting on Google Code

http://code.google.com/p/jaikuengine/ JaikuEngine is a social microblogging platform that runs on AppEngine . JaikuEngine powers Jaiku.com .
Each Web edition of the book lets you add and read comments on a per-paragraph basis, along the left margins. ( Get help here. ) To submit feedback that doesn't fit into the comment system, please contact us .

The Django Book

http://www.djangobook.com/
https://github.com/robhudson/django-debug-toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. The order of MIDDLEWARE_CLASSES is important: the Debug Toolbar middleware must come after any other middleware that encodes the response's content (such as GZipMiddleware).

robhudson's django-debug-toolbar at master - GitHub

Extending the Django Admin Interface : Tom Smith’s: theOTHERblog

This blog post is just a collection of notes I took along the way that might help you if you’ve had a play with the Django Admin and now are wondering how to get a little more out of it. http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/