Python JavaScript HTML CSS Shell Smarty
Permalink
Failed to load latest commit information.
.tx [1.10.x] Removed contrib-messages entry in Transifex config file Jun 29, 2016
django [1.10.x] Bumped version for 1.10.7 release. Apr 4, 2017
docs [1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with nume… Apr 4, 2017
extras Fixed #25222 -- Avoided installing django_bash_completion for python*… Aug 4, 2015
js_tests [1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget … Jul 31, 2016
scripts Fixed E128 flake8 warnings in django/. Apr 8, 2016
tests [1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with nume… Apr 4, 2017
.editorconfig Fixed #22463 -- Added code style guide and JavaScript linting (Editor… Jun 27, 2015
.eslintignore [1.10.x] Refs #16501, #26474 -- Added xregexp.js source file. Jun 6, 2016
.eslintrc Fixed #25165 -- Removed inline JavaScript from the admin. Dec 5, 2015
.gitattributes Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions Mar 30, 2016
.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.10.x] Removed unexpected initial attribute in data migration examp… 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
LICENSE.python Updated Python license for 2016. Jan 19, 2016
MANIFEST.in Simplified MANIFEST.in Dec 12, 2015
README.rst Updated contributing link in the README. Mar 2, 2015
package.json Refs #25803 -- Documented npm compatibility in package.json Dec 8, 2015
setup.cfg [1.10.x] Ignored flake8's newly added E305, E741, E743. Nov 14, 2016
setup.py [1.10.x] Bumped version for 1.10 release. Aug 1, 2016

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: