forked from lincolnloop/django-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.txt
29 lines (18 loc) · 1.26 KB
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. _index:
Django Best Practices
=====================
This is a living document of best practices in developing and deploying with the `Django Web framework <http://www.djangoproject.com>`__. These should not be seen as the *right* way or the *only* way to work with Django, but instead best practices we've honed after years of working with the framework.
It is a fork of the great `django-reusable-app-docs project <http://github.com/ericholscher/django-reusable-app-docs>`__ started by `Brian Rosner <http://oebfare.com>`__ and `Eric Holscher <http://ericholscher.com>`_ regarding best practices for writing and maintaining reusable Django apps.
.. note:: The source code for this documentation lives on GitHub as `django-best-practices <http://github.com/lincolnloop/django-best-practices>`__ and can be built in a number of formats using `Sphinx <http://sphinx.pocoo.org>`__.
Feedback
--------
See a problem? Disagree with something? Want to see other topics covered? **We'd love to hear your feedback!** `Email us <mailto:[email protected]>`__ or `file an issue <https://github.com/lincolnloop/django-best-practices/issues>`__.
Table of Contents
=================================
.. toctree::
:maxdepth: 2
:glob:
code
projects
applications
deployment/index