Skip to content
The Web framework for perfectionists with deadlines.
Python HTML JavaScript CSS Shell Smarty
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Enabled "GitHub Sponsors". Feb 13, 2020
.tx Removed contrib-messages entry in Transifex config file Jun 29, 2016
django Fixed #29501 -- Allowed dbshell to pass options to underlying tool. Apr 14, 2020
docs Fixed #29501 -- Allowed dbshell to pass options to underlying tool. Apr 14, 2020
extras Fixed #23433 -- Deprecated django-admin.py entry point in favor of dj… Dec 6, 2019
js_tests Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5… Mar 27, 2020
scripts Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run(… Nov 4, 2019
tests Fixed #29501 -- Allowed dbshell to pass options to underlying tool. Apr 14, 2020
.editorconfig Refs #29784 -- Switched to https:// links where available. Sep 26, 2018
.eslintignore 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 Fixed #22446 -- Added tox.ini to automate pull request checks. Jul 20, 2016
.hgignore Synced .hgignore with .gitignore Jul 1, 2015
AUTHORS Fixed #28184 -- Allowed using a callable for FileField and ImageField… Apr 8, 2020
CONTRIBUTING.rst Added link to the code of conduct from contributing guides. Apr 17, 2015
Gruntfile.js Fixed qunit tests (coverage still missing). (#7716) Dec 19, 2016
INSTALL Refs #30948 -- Updated install instructions to use pip instead of set… Nov 8, 2019
LICENSE Whitespace cleanup. Oct 10, 2013
LICENSE.python Updated Python license for 2020. Feb 4, 2020
MANIFEST.in Simplified MANIFEST.in Dec 12, 2015
README.rst Added header to README.rst. Aug 22, 2019
package.json Removed bundled QUnit in favor of npm package. Mar 17, 2020
setup.cfg Removed unnecessary app_template directory from flake8 exclude. Dec 12, 2019
setup.py Fixed #30948 -- Changed packaging to use declarative config in setup.… Nov 8, 2019
tox.ini Refs #29926 -- Added Python 3.8 to classifiers and tox.ini. Oct 24, 2019

README.rst

Django

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:

You can’t perform that action at this time.