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
- Host: GitHub
- URL: https://github.com/agiliq/django-design-patterns
- Owner: agiliq
- License: other
- Created: 2009-06-18T15:29:26.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T11:36:30.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T08:12:20.933Z (12 months ago)
- Language: CSS
- Homepage: http://agiliq.com/books/djangodesignpatterns/
- Size: 336 KB
- Stars: 332
- Watchers: 47
- Forks: 52
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cheatsheets - from agiliq
README

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