Python JavaScript HTML CSS Shell Smarty
Pull request Compare This branch is 1367 commits ahead, 7327 commits behind master.
Latest commit 01c00dc Feb 16, 2016 @timgraham timgraham [1.7.x] Fixed possible "RuntimeError: maximum recursion depth exceede…
…d" building docs.

Backport of 6a71ac6 from master
Permalink
Failed to load latest commit information.
.tx [1.7.x] Added Chinese language aliases in tx client config Aug 20, 2014
django
docs [1.7.x] Fixed possible "RuntimeError: maximum recursion depth exceede… Feb 16, 2016
extras --skip-scripts is no longer a thing. May 14, 2014
scripts [1.7.x] Re-added JS catalog in manage_translations script May 19, 2014
tests
.gitattributes Force Unix-style line-endings for some helper files in staticfiles_te… Oct 1, 2013
.gitignore [1.7.x] Backported .gitignore and .hgignore from master. Jul 1, 2015
.hgignore [1.7.x] Backported .gitignore and .hgignore from master. Jul 1, 2015
AUTHORS [1.7.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn… Mar 12, 2015
CONTRIBUTING.rst
INSTALL
LICENSE Whitespace cleanup. Oct 10, 2013
MANIFEST.in [1.7.x] Fixed #23072 -- Added missing formtools test templates in tar… Jul 22, 2014
README.rst Converted links to HTTPS and linked to stable docs. Dec 29, 2013
setup.cfg
setup.py [1.7.x] Bumped version for 1.7.2 release. Jan 3, 2015

README.rst

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "docs" directory and online at https://docs.djangoproject.com/en/stable/. If you're just getting started, here's how we recommend you read the docs:

  • First, read docs/intro/install.txt for instructions on installing Django.
  • Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.).
  • If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for instructions.
  • You'll probably want to read through the topical guides (in docs/topics) next; from there you can jump to the HOWTOs (in docs/howto) for specific problems, and check out the reference (docs/ref) for gory details.
  • See docs/README for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think they should be clarified in any way, please take 30 seconds to fill out a ticket here: https://code.djangoproject.com/newticket

To get more help:

To contribute to Django:

To run Django's test suite: