Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Zweili e4ccc594af add a view which accepts hours as arguments
This views allows to select various timeranges which the site then can display.
2019-10-24 22:35:12 +02:00
Andreas Zweili c980c2ac76 fix the plots
The date was validated when the application startet not everytime the
view was called. This commit moves the date calculation to the view.
2019-10-23 10:28:03 +02:00
Andreas Zweili 9d01af07b9 remove the collector from the view
the collector shouldn't run every time the view gets called
2019-10-20 22:50:52 +02:00
Andreas Zweili b6ad61ccce create a view to display the charts 2019-10-20 21:39:03 +02:00
Andreas Zweili 1db53e1a42 move to django
I thought it might be a good idea to use Flask and Peewee for this little
project. However the overhead to learn this frameworks is bigger than I
thought. I therefore switch to django which is a framework I already know.
2019-10-13 19:35:48 +01:00