Django can do a lot more than just create blogging applications, however I do think this is a good place to start.
Notes
I am going to assume you have already setup Django to run as either a development server, or configure apache/lighttpd correctly. If not please refer to "Setting up your server to run django".
This is a working example, although lacks some real-world functionality, these points are noted throughout as well as possible fixes.