feat(unfold): Change the name
This commit is contained in:
parent
87e13b357e
commit
e8ce6f343b
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@ Django settings for the DGSI project.
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from django.contrib.messages import constants as messages
|
from django.contrib.messages import constants as messages
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
from loadcredential import Credentials
|
from loadcredential import Credentials
|
||||||
|
|
||||||
credentials = Credentials(env_prefix="DGSI_")
|
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
|
# Extend settings when running in dev mode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue