2005 archive
-
Fourth tutorial is up
The round of official tutorials continues, with part 4 focusing on simple form processing and generic views...
Read more -
Django community
We've overhauled the "community" page to aggregate weblog feeds from the Django community – take a look.
Read more -
Added model examples, unit tests
We've added a juicy set of model examples that handle common cases -- and more are on the way.
Read more -
Documentation updates
I've updated Django's documentation with information on form processing and generic views.
Read more -
SQLite 3 support
I've checked in initial support for using Django with SQLite 3.
Read more -
Auto-reload, and many new tweaks
We've had so many great changes and improvements to the Django code base over the past couple of days...
Read more -
Source code to djangoproject.com now available
We've made available the full Django source code and templates that power this site...
Read more -
Third tutorial is up
The round of official tutorials continues, with part 3 focusing on writing public views...
Read more -
Django without mod_python, and WSGI support
WSGI support is here, and Django now comes with its own lightweight Web server for development purposes. No ugly mod_python configuration necessary: Just run
Read moredjango-admin.py runserver
, and start developing. -
Second part of tutorial is up
I've finished part 2 of the official Django tutorial...
Read more