django/docs
Adam Johnson 9582745257 Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-08-08 21:34:01 -03:00
..
_ext
_theme
faq
howto Refs #35591 -- Emphasized that runserver is not suitable for production. 2024-08-08 10:08:53 +02:00
internals Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
intro Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
man
misc
ref Doc'd that SessionMiddleware is required for the admin site. 2024-08-08 08:48:41 -03:00
releases Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. 2024-08-08 21:34:01 -03:00
topics Refs #31405 -- Improved LoginRequiredMiddleware documentation. 2024-08-08 10:05:31 +02:00
Makefile
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt
spelling_wordlist

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/