X Tutup
Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 650 Bytes

File metadata and controls

35 lines (24 loc) · 650 Bytes

Settings

Reference

Examples

Get the settings:

.. literalinclude:: settings.py
   :start-after: # get
   :end-before: # end get

Update the settings:

.. literalinclude:: settings.py
   :start-after: # update
   :end-before: # end update
X Tutup