An open API service indexing awesome lists of open source software.

https://github.com/agiliq/django-design-patterns

Commonly occuring design patterns in Django
https://github.com/agiliq/django-design-patterns

Last synced: 11 months ago
JSON representation

Commonly occuring design patterns in Django

Awesome Lists containing this project

README

          

![Agiliq: Django Design Patterns](https://github.com/agiliq/django-design-patterns/raw/master/logo.png)

Django design patterns is a book about commonly occurring patterns in Django. Not
patterns in [GOF](http://c2.com/cgi/wiki?GangOfFour) 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