public
Fork of ericholscher/django-reusable-app-docs
Description: Documentation regarding Django best practices
Homepage: http://lincolnloop.com/django-best-practices/
Clone URL: git://github.com/lincolnloop/django-best-practices.git
name age message
file .gitignore Mon Apr 13 11:27:02 -0700 2009 ignore build folder [lincolnloop]
directory .static/ Fri Jan 30 08:23:42 -0800 2009 added .static directory. sphinx-build wasnt wor... [msaizar]
file LICENSE Thu Apr 09 12:15:47 -0700 2009 adds MIT license [lincolnloop]
file Makefile Sun Dec 28 22:51:33 -0800 2008 Added the result of sphinx-quickstart. [brosner]
file README.rst Thu Apr 09 12:20:35 -0700 2009 adds link to project announcement [lincolnloop]
directory apps/ Mon Apr 13 11:23:00 -0700 2009 moves files that aren't modules [lincolnloop]
file code.txt Fri Mar 27 13:45:33 -0700 2009 updates code docs [lincolnloop]
file conf.py Fri Mar 27 13:44:07 -0700 2009 removes lincoln loop theme and uses local_conf.py [lincolnloop]
directory deployment/ Thu Apr 16 12:00:04 -0700 2009 adds warning wrt mod_wsgi thread safety [lincolnloop]
directory examples/ Tue Apr 14 10:31:17 -0700 2009 adds missing nignx proxy directives [lincolnloop]
file index.txt Tue Apr 07 14:11:50 -0700 2009 adds deployment docs [lincolnloop]
directory projects/ Mon Apr 13 13:50:40 -0700 2009 fixes bug with project settings thanks tommywalker [lincolnloop]
file update_docs.sh Mon Dec 29 11:23:52 -0800 2008 Added a quick script to update the documentatio... [brosner]
README.rst

This is a fork of the great django-reusable-app-docs project started by Brian Rosner and Eric Holscher regarding best practices for writing and maintaining reusable Django apps.

We wanted to expand on the idea and create general "best practices" documentation for Django Web development encompassing ideas that are outside the scope of the official documentation. For more information, read the project announcement.