nnti3n / django-design-patterns

Commonly occuring design patterns in Django

Home Page:http://agiliq.com/books/djangodesignpatterns/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Commonly occuring design patterns in Django

http://agiliq.com/books/djangodesignpatterns/

License:Other


Languages

Language:CSS 30.7%Language:Python 29.8%Language:Makefile 28.8%Language:HTML 10.7%