[TASK] add csv
This commit is contained in:
parent
17df2cd460
commit
020afbb419
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ db.sqlite
|
|||||||
.history/
|
.history/
|
||||||
Rocket.toml
|
Rocket.toml
|
||||||
frontend/node_modules/*
|
frontend/node_modules/*
|
||||||
static/
|
/static/
|
||||||
|
15
frontend/static/csv/stats.csv
Normal file
15
frontend/static/csv/stats.csv
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
date,km
|
||||||
|
2023-01-01,5
|
||||||
|
2023-02-01,24
|
||||||
|
2023-03-01,56
|
||||||
|
2023-04-01,122
|
||||||
|
2023-04-13,232
|
||||||
|
2023-05-01,456
|
||||||
|
2023-06-01,567
|
||||||
|
2023-07-01,765
|
||||||
|
2023-08-01,801
|
||||||
|
2023-09-01,903
|
||||||
|
2023-10-01,1002
|
||||||
|
2023-11-01,1100
|
||||||
|
2023-12-01,1203
|
||||||
|
2023-12-30,1340
|
|
Loading…
Reference in New Issue
Block a user