mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #20910 -- Replaced snippet directive with code-block.
This commit is contained in:
parent
f8ff529ee3
commit
c49ea6f591
32 changed files with 234 additions and 375 deletions
|
@ -429,8 +429,8 @@ configuration process for :ref:`Django's default logging
|
|||
<default-logging-configuration>`. Here's an example that disables Django's
|
||||
logging configuration and then manually configures logging:
|
||||
|
||||
.. snippet::
|
||||
:filename: settings.py
|
||||
.. code-block:: python
|
||||
:caption: settings.py
|
||||
|
||||
LOGGING_CONFIG = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue