Django design patterns is a book about commonly occurring patterns in Django. Not
patterns in GOF sense, but patterns in the sense, we work this way, and it works
for us. For us it is a pattern of work sense.
The latest sources are always available from http://github.com/agiliq/django-design-pattern and latest html from http://agiliq.com/books/djangodesignpatterns/
To export the book into a format of your choice on Ubuntu Linux:
- sudo apt-get install git texlive-full python-sphinx 2. git clone https://github.com/agiliq/django-design-patterns.git 3. cd django-design-patterns 4. make # Should show you options for latexpdf, epub, html etc