environment_sensors/sensors/collector
Andreas Zweili 03b7cb5325 add the collector as a management command
This allows the command to be called by cron or a similar external tool
2019-10-20 22:51:35 +02:00
..
management/commands add the collector as a management command 2019-10-20 22:51:35 +02:00
migrations move to django 2019-10-13 19:35:48 +01:00
templates/collector add a template for the index page 2019-10-20 21:21:51 +02:00
tests add test where all the values get written to the db 2019-10-20 21:33:44 +02:00
__init__.py move to django 2019-10-13 19:35:48 +01:00
apps.py move to django 2019-10-13 19:35:48 +01:00
collector.py add a function to collect and write all values to the DB 2019-10-20 21:23:05 +02:00
models.py fix a typo 2019-10-14 21:53:42 +02:00
plot.py switch the x and y axis 2019-10-20 21:38:42 +02:00
urls.py add the url pattern for the index page 2019-10-20 21:22:41 +02:00
views.py remove the collector from the view 2019-10-20 22:50:52 +02:00