.. Django design patterns documentation master file, created by sphinx-quickstart on Thu Jun 18 21:08:53 2009. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================= Index ================= This is a collection of patterns which we have found occurring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable. None of them are design patterns in the sense of GoF design patterns. We call them design patterns as none other seem closer or more convenient. These are guidelines, which need to be overridden (very commonly, in some cases). Use your judgement when using them. As PEP8 says, "Foolish consistency is the hobgoblin of small minds." Contents: Chapters =========== .. toctree:: :maxdepth: 2 contents urls models views forms templates workflow misc Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`