archive
-
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 -
First tutorial is up
Seems like people are as anxious to start using Django as we are anxious to complete our first round of Django tutorials. Here's the first...
Read more -
Chipy presentation a success
I gave a sneak-preview presentation of Django at the Chicago Python Users Group meeting Thursday night, and people's reactions were astonishingly cool.
Read more