Skip to content

agiliq/django-design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agiliq: Django Design Patterns

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:

  1. 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