Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Zweili a743155b38 remove the admin and auth application
The application should simply record the sensor values and display them in a
pretty graph. There's nothing that would require administration or a login.
2019-10-13 19:37:20 +01: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
Andreas Zweili bfe6d7e304 move the main script into a module 2019-10-13 09:36:26 +01:00
Andreas Zweili aefcbdfcae add the main script 2019-10-12 19:35:14 +01:00