Skip to content

Settings

Here are the useful settings you can define. We're generally extending Django settings, so any setting there could be used here.

This page documents the additional setting.

CONTACT_MAIL

The contact mail that will be displayed at the bottom of the page.

chariotte_settings.py
CONTACT_MAIL = "name@example.org"

The URL to the git repository.

chariotte_settings.py
GITLAB_LINK = "https://gitlab.com/your-repository"

PROJECT_NAME

This is the main name of the project. By default it's set to "La Chariotte"

chariotte_settings.py
PROJECT_NAME = "Groupement d'achat du CRAC"

EMAIL_DISABLE

Whether to disable email integration globally. By default it's set to False and it's strongly discouraged to enable it in production.

chariotte_settings.py
EMAIL_DISABLE = True