Python JavaScript HTML CSS Shell Smarty
Permalink
Failed to load latest commit information.
.tx [1.8.x] Added contrib.postgres translation catalog Jan 18, 2015
django [1.8.x] Bumped version for 1.8.15 release. Sep 26, 2016
docs [1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site… Sep 14, 2016
extras Removed extras/csrf_migration_helper.py Jun 9, 2014
scripts
tests [1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site… Sep 14, 2016
.gitattributes Force Unix-style line-endings for some helper files in staticfiles_te… Oct 1, 2013
.gitignore
.hgignore [1.8.x] Backported .gitignore and .hgignore from master. Jul 1, 2015
AUTHORS [1.8.x] Fixed #26136 -- Removed URL reversing by dotted path from Jav… Jan 27, 2016
CONTRIBUTING.rst Fixed #21609 -- Amended CONTRIBUTING.rst pull request guidelines. Dec 26, 2013
INSTALL Bumped minimum Python version requirement to 2.7 in Django 1.7. Jul 1, 2013
LICENSE Whitespace cleanup. Oct 10, 2013
MANIFEST.in [1.8.x] Moved contrib.gis tests out of contrib. Feb 11, 2015
README.rst [1.8.x] Updated contributing link in the README. Mar 2, 2015
setup.cfg [1.8.x] Added new "W503 line break before binary operator" warning to… Feb 16, 2015
setup.py [1.8.x] Added Python 3.5 trove classifier. Dec 2, 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: