mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 09:18:23 +02:00
Display problem names
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -234,7 +234,16 @@ PHONENUMBER_DEFAULT_REGION = 'FR'
|
||||
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
||||
|
||||
# Custom parameters
|
||||
PROBLEM_COUNT = 8
|
||||
PROBLEMS = [
|
||||
"Philatélie",
|
||||
"La montagne aux ruisseaux",
|
||||
"Appoint monétaire",
|
||||
"Musique déformée",
|
||||
"Angles entiers",
|
||||
"Tribus hiérarchiques",
|
||||
"Miroirs et lasers",
|
||||
"Graine de deck",
|
||||
]
|
||||
FORBIDDEN_TRIGRAMS = [
|
||||
"BIT",
|
||||
"CNO",
|
||||
|
Reference in New Issue
Block a user