Django Design Patterns

Prerequisites

  1. You know Python. If you do not, try Dive into Python
  2. You know Django. You work with Django 1.4+. If you do not please read Django Docs

Getting the docs

The documents are generated using Sphinx. The code is available on Github. The generated Html is available at Django Design Patterns

To generate the docs, do make html within the top level folder of repo.