Page d'agenda
This commit is contained in:
parent
6c3a1e6ddc
commit
b58d85198a
10 changed files with 64 additions and 8 deletions
|
|
@ -96,11 +96,11 @@ AUTH_USER_MODEL = "beesgospel.User"
|
|||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/5.2/topics/i18n/
|
||||
|
||||
LANGUAGE_CODE = "fr"
|
||||
LANGUAGE_CODE = "fr-ch"
|
||||
|
||||
TIME_ZONE = "UTC"
|
||||
TIME_ZONE = "Europe/Zurich"
|
||||
|
||||
USE_I18N = False
|
||||
USE_I18N = True
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue