django/docs
Tom Carrick 63300f7e68 Fixed #21181 -- Added Collate database function.
Thanks Simon Charette for reviews.
2020-08-11 22:21:08 +02:00
..
_ext
_theme
faq Removed reference to unsupported versions of Django and Python. 2020-06-03 21:28:14 +02:00
howto Added Hypercorn to ASGI deployment guide. 2020-08-05 12:14:06 +02:00
internals Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
intro
man
misc
ref Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
releases Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
topics Added note about password updates on argon2 attributes change. 2020-08-11 07:51:27 +02:00
Makefile
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist Added Hypercorn to ASGI deployment guide. 2020-08-05 12:14:06 +02:00

README.rst

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
This allows it to be built into other forms for easier viewing and browsing.

To create an HTML version of the docs:

* Install Sphinx (using ``python -m pip install Sphinx`` or some other method).

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
  Windows) at a shell prompt.

The documentation in ``_build/html/index.html`` can then be viewed in a web
browser.

.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: https://www.sphinx-doc.org/