environment_sensors/sensors/collector
Andreas Zweili 470801783d fix the data sclicing
first we were selecting the last 30 values but we want the first 30 values
2019-10-20 21:37:59 +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 fix the data sclicing 2019-10-20 21:37:59 +02:00
urls.py add the url pattern for the index page 2019-10-20 21:22:41 +02:00
views.py move to django 2019-10-13 19:35:48 +01:00