improve front
Compare changes
- Aymeric Chaumont authored
+ 328
− 127
@@ -13,11 +13,38 @@ from db import models, schemas
@@ -51,7 +78,6 @@ def get_stats(place: str, weekday: int, min_time_hour: int, min_time_mn: int, ma
@@ -61,17 +87,93 @@ def get_stats(place: str, weekday: int, min_time_hour: int, min_time_mn: int, ma
@@ -84,7 +186,7 @@ def get_comments(place: str, page: int, db: Session):
@@ -104,7 +206,7 @@ def delete_comment(id: int, db: Session):
@@ -125,3 +227,102 @@ def delete_news(id: int, db: Session):