Configuration ------------- This section describes any settings which are specific to |project| .. _database-config: Specifying the database ``````````````````````` The default ``settings.py`` file contains a facility to configure the database by means of environment variables. A variable with a name of the form ``DJANGO_DB_`` will be used to set the ``DATABASES['default'][]`` setting. So, for example, one could set the location of the sqlite database by setting the ``DJANGO_DB_NAME`` environment variable or one could change the backend by setting ``DJANGO_DB_BACKEND``. Default settings ```````````````` The default settings are given in the :py:mod:`iarbackend.settings.base` module: .. automodule:: iarbackend.settings.base :members: :member-order: bysource