01 June 2009
Doing more with the Django admin
The built-in administration console provided by Django is one of its biggest selling points. Find out how to extend the existing admin application without ever modifying the source. Learn three ways to customize this powerful application to suit your needs
20 May 2009
Avoid common querying mistakes with better Django models
This article sheds light on some of the lesser-known features of the Django ORM in particular, but SQLAlchemy users may find some of the cautions about inefficient query generation applicable to their own code. Learn how to avoid common querying mistakes, use model managers to encapsulate complex queries, and take advantage of the powerful new aggregation features available in Django V1.1
09 April 2009
Scaling Django web apps on Apache
Django is a lightweight framework with vibrant community surrounding it. Create a simple Django application and learn how to deploy it to the Web on a server running Apache and mod_python. Finally, learn how Django applications can and should be scaled as your application's requirements grow.
1
(3 marks)