Python JavaScript HTML CSS Shell Smarty
Pull request Compare This branch is 754 commits ahead, 3341 commits behind master.
Permalink
Failed to load latest commit information.
.tx Added contrib.postgres translation catalog Jan 18, 2015
django [1.9.x] Post-release version bump. Apr 4, 2017
docs [1.9.x] Added CVE-2017-7233,4 to the security release archive. Apr 5, 2017
extras Fixed #25222 -- Avoided installing django_bash_completion for python*… Aug 4, 2015
js_tests [1.9.x] Refs #26474, DEP 0003 -- Added blanket.js source file. Jun 6, 2016
scripts Removed source strings from translated po files Apr 1, 2015
tests [1.9.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numer… Apr 4, 2017
.editorconfig Fixed #22463 -- Added code style guide and JavaScript linting (Editor… Jun 27, 2015
.eslintignore [1.9.x] Refs #16501, #26474 -- Added xregexp.js source file. Jun 6, 2016
.eslintrc Fixed JavaScript "no-eval" violation. Jul 22, 2015
.gitattributes Added git attribute merge=union for release notes Jun 2, 2015
.gitignore Added a note in .gitignore to discourage pull requests containing IDE… Aug 18, 2015
.hgignore Synced .hgignore with .gitignore Jul 1, 2015
AUTHORS [1.9.x] Removed unexpected initial attribute in data migration examples. Mar 25, 2017
CONTRIBUTING.rst Added link to the code of conduct from contributing guides. Apr 17, 2015
Gruntfile.js DEP 0003 -- Added JavaScript unit tests. Jul 1, 2015
INSTALL Bumped minimum Python version requirement to 2.7 in Django 1.7. Jul 1, 2013
LICENSE Whitespace cleanup. Oct 10, 2013
MANIFEST.in Simplified MANIFEST.in Jul 25, 2015
README.rst Updated contributing link in the README. Mar 2, 2015
package.json [1.9.x] Refs #25803 -- Documented npm compatibility in package.json Dec 8, 2015
setup.cfg [1.9.x] Ignored flake8's newly added E305, E741, E743. Nov 14, 2016
setup.py [1.9.x] Bumped version for 1.9 release. Dec 1, 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: