feat(unfold): Change the name

This commit is contained in:
Tom Hubrecht 2024-09-24 11:28:44 +02:00
parent 87e13b357e
commit e8ce6f343b
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -5,6 +5,7 @@ Django settings for the DGSI project.
from pathlib import Path
from django.contrib.messages import constants as messages
from django.utils.translation import gettext_lazy as _
from loadcredential import Credentials
credentials = Credentials(env_prefix="DGSI_")
@ -214,6 +215,14 @@ MESSAGE_TAGS = {
}
###
# Unfold Interface configuration
UNFOLD = {
"SITE_HEADER": _("Administration de DGSI"),
}
###
# Extend settings when running in dev mode