.. _settings: Settings ======== This section describes the available configuration options that can be defined in a project's ``settings.py`` file. .. This section automagically gets docstrings for settings variables from the global_settings module. .. automodule:: xmm.core.conf.global_settings :members: :member-order: bysource .. data:: LOGGING :type: dict Application logging configuration dict. Full `schema documentation`_ available at the Python documentation. .. _schema documentation: https://docs.python.org/3.6/library/logging.config.html#configuration-dictionary-schema