Set preferred language
This commit is contained in:
parent
ca86af22ce
commit
b1c38d291c
5 changed files with 26 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue