Skip to content
Extraits de code Groupes Projets
Valider 34c92595 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Display month on home page

parent 8b17bcef
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -147,6 +147,7 @@ class OperationsService(Component):
else None,
"conso_tot": power_tot[0],
"prod_tot": power_tot[1],
"month": power_tot[3],
"conso_rate": cons_rate,
"prod_rate": prod_rate,
}
......@@ -708,6 +709,7 @@ class OperationsService(Component):
"image": {"type": "string", "nullable": True},
"conso_tot": {"type": "float"},
"prod_tot": {"type": "float"},
"month": {"type": "date"},
"conso_rate": {"type": "float"},
"prod_rate": {"type": "float"},
"news": {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter