mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
black format
This commit is contained in:
parent
1ac9be774d
commit
1048373ab2
1 changed files with 14 additions and 1 deletions
|
@ -8,4 +8,17 @@ ACTIVATE_DEMO_PROJECT = True
|
|||
ADMIN_PASSWORD = ""
|
||||
ALLOW_PUBLIC_PROJECT_CREATION = True
|
||||
ACTIVATE_ADMIN_DASHBOARD = False
|
||||
SUPPORTED_LANGUAGES = ['de', 'en', 'es_419', 'fr', 'id', 'nb_NO', 'nl', 'pl', 'ru', 'tr', 'uk', 'zh_Hans']
|
||||
SUPPORTED_LANGUAGES = [
|
||||
"de",
|
||||
"en",
|
||||
"es_419",
|
||||
"fr",
|
||||
"id",
|
||||
"nb_NO",
|
||||
"nl",
|
||||
"pl",
|
||||
"ru",
|
||||
"tr",
|
||||
"uk",
|
||||
"zh_Hans",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue