It was only a matter of time until someone put together a short screencast demonstrating how to use Django. It looks like Tom Dyson is the first with a seven minute narrated video:
It’s not intended as a tutorial - aspects of Django’s syntax are likely to change before its forthcoming 1.0 release, and the project website already provides excellent documentation - but as an introduction to some of the basic functionality.
It’s encoded in H.264, so you’ll probably want to use VLC (now with GUI goodness!) to view it. Tom’s really done a nice job putting it together, and I recommend watching it.
That said, I think it is imperative that the Django team put together a quality screencast showing how easy it is to use their framework as soon as practicable. I think I read somewhere (#django perhaps?) that Adrian wants to wait until the API is frozen for the 1.0 release before doing an “official” screencast. I think that makes perfect sense, but only as long as the screencast really is made available at the same time 1.0 is released to the masses.
It is the nature of web frameworks that they are intended to make the job of web developers easier. Therefore the framework that will be adopted the most will not necessarily be the one with the best code and fanciest features. Rather, it will be the one with the best documentation, best demos/screencasts, and is the easiest for a dev to pick up and run with. The objective should be to get people installing Django and trying it, which will, in turn, build a strong base of people wanting to improve it. Worse is better.