Alexander Lazarević 28d6db26a2 [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 1 год назад
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 год назад
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2 лет назад
faq ae35d5178b [5.0.x] Updated examples for 2.0+ release numbering in installation FAQ. 1 год назад
howto 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 год назад
internals 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 год назад
intro 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 год назад
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. 1 год назад
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 лет назад
ref 28d6db26a2 [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 1 год назад
releases f588c444fd [5.0.x] Added stub release notes and release date for 5.0.2, 4.2.10, and 3.2.24. 1 год назад
topics 28d6db26a2 [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 1 год назад
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 лет назад
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 лет назад
conf.py fbfa1b669a [5.0.x] Bumped django_next_version in docs config. 1 год назад
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 лет назад
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 лет назад
index.txt d33368b4ab Added Django Forum to mailing lists page. 2 лет назад
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 лет назад
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 лет назад
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. 1 год назад

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/