
Django is a great application framework for Python and web applications. You can use it to greatly speed up your database and application development both on the web and on the command line. This tutorial is currently a very rough draft; it probably won’t be very useful without the assistance of someone who knows Django running the tutorial. If I ever run this tutorial a second time, I’ll probably update it with screenshots to make it more usable for individuals. (Jan 11, 2012)
- Installation
- Create your models
- Create your administration models
- Public pages
- Customization
- Cacheing
- Modifying models
- Scripting Django