Set preferred language

This commit is contained in:
Mouse Reeve
2021-04-29 10:40:49 -07:00
parent ca86af22ce
commit b1c38d291c
5 changed files with 26 additions and 5 deletions

View File

@ -11,6 +11,7 @@ DOMAIN = env("DOMAIN")
VERSION = "0.0.1"
PAGE_LENGTH = env("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
# celery
CELERY_BROKER = env("CELERY_BROKER")