diff options
Diffstat (limited to 'configuration.py')
-rw-r--r-- | configuration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.py b/configuration.py index 5e0ec81..2a0cb28 100644 --- a/configuration.py +++ b/configuration.py | |||
@@ -67,6 +67,7 @@ CONFIG["jours_mini_courbe"] = 10 | |||
67 | CONFIG["jours_defaut_donneesvides"]= round(6.4*CONFIG["jours_dans_mois"]) # si données vides, 6 mois et quelque | 67 | CONFIG["jours_defaut_donneesvides"]= round(6.4*CONFIG["jours_dans_mois"]) # si données vides, 6 mois et quelque |
68 | # poids max (protection) | 68 | # poids max (protection) |
69 | CONFIG["poids_maxi"] = 80 | 69 | CONFIG["poids_maxi"] = 80 |
70 | CONFIG["poids_maxi_conversion"] = 500 #à partir de ce seuil on considère que c'est en grammes | ||
70 | CONFIG["taille_maxi"] = 150 | 71 | CONFIG["taille_maxi"] = 150 |
71 | # taille max du nom | 72 | # taille max du nom |
72 | CONFIG["longueur_max_nom_bebe"] = 100 | 73 | CONFIG["longueur_max_nom_bebe"] = 100 |