Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Zweili
85fd057e62 add a first version of the collector module 2019-10-15 17:25:23 +01:00
Andreas Zweili
01f02ca4d3 fix the db test 2019-10-14 21:55:00 +02:00
Andreas Zweili
6e6e846686 fix a typo 2019-10-14 21:53:42 +02:00
Andreas Zweili
61ec522fd4 remove the admin module from the collector app 2019-10-14 21:53:28 +02:00
Andreas Zweili
22a3d53135 readd the admin and auth app
a lot of things are breaking when they are not included.
2019-10-14 21:36:04 +02:00
Andreas Zweili
b328ac4727 restructure tests 2019-10-14 21:35:54 +02:00
Andreas Zweili
a9bced323b adapt a lot of things for django 2019-10-14 17:41:07 +01:00
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