thaliawebsite.settings package

Settings module

This file controls what settings are loaded.

Using environment variables you can control the loading of various overrides.

Submodules

thaliawebsite.settings.production module

Django production settings for thaliawebsite project.

Many of these settings override settings from settings.py.

This file is loaded by __init__.py if the environment variable DJANGO_PRODUCTION is set.

See https://docs.djangoproject.com/en/dev/howto/deployment/checklist/

thaliawebsite.settings.settings module

Django settings for thaliawebsite project.

This file is loaded by __init__.py.

Its settings may be overridden by files loaded after it.

For more information on this file, see https://docs.djangoproject.com/en/dev/topics/settings/

For the full list of settings and their values, see https://docs.djangoproject.com/en/dev/ref/settings/

thaliawebsite.settings.testing module

Settings for CI testing

This file is loaded by __init__.py if GITHUB_ACTIONS is set in the environment