2009
DjangoCon wrapup at Spindrop
If Twisted Matrix was implemented in Ruby it would be advertised as the second coming of Christ.
Spawning Django - Die in a Fire - Eric Florenzano’s Blog
On my Apache mod_wsgi setup, I got 235.65 requests per second. That was really good, I thought! However, with the Spawning setup, I got 347.20 requests per second.
another way of deploying WSGI apps with graceful code reloading.
2008
jacobian.org : Django performance tips
by 3 others (via)some notes on how we tweak our servers to get that type of high performance.
nice Django tips.
django-rosetta - Google Code
A Django application that eases to translation process of your Django projects
Marco powa
2007
django-evolution - Google Code
by 1 otherDjango 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.
Freelance Django, enfin indépendant - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.
À force d'être convié à des projets tous plus intéressants les uns que les autres, j'ai décidé de me mettre à mon compte pour faire ce que j'aime : développer des applications web de qualité avec Django.
Bravo à toi David, excellente continuation.
Cyberdelia » Blog » Django & Capistrano
Capistrano se veut flexible, voici donc comment le rendre capable de déployer une application Django.
The Django ORM Problem - 204 No Content Blog
That's cause Django gets the model definition language right - they're just using the wrong underlying library.
A very interesting article about Django ORM, what to keep and what to borrows from somewhere else.