room management views

This commit is contained in:
imperosol
2025-06-27 18:13:23 +02:00
parent f092d44ef7
commit b2d97ab138
9 changed files with 199 additions and 13 deletions

View File

@ -274,7 +274,7 @@ LOGGING = {
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = "fr-FR"
LANGUAGE_CODE = "fr"
LANGUAGES = [("en", _("English")), ("fr", _("French"))]