This is the table of contents page for DeGizmo’s series on Django. (This was originally published on simpledjango.com but, was moved here for consolidation)

Articles

  1. The Prerequisites and Installation
  2. Starting A Project
  3. Setting up the database
  4. The Admin Interface
  5. Create our models
  6. Learning the DB-API and ORM
  7. Writing our first view
  8. (To-Do) Our first template
  9. (To-Do) Working with base templates
  10. (To-Do) Building out our blog templates
  11. (To-Do) Handling Forms
  12. (To-Do) Django Tests and Nose
  13. (To-Do) Django and Memcached

Quick Reference

  1. (To-Do) Models
  2. (To-Do) Request Object
  3. (To-Do) DB – API