environment_sensors/sensors/collector
Andreas Zweili 2c5bac292a replace timezone with datetime
Since the plots are not really part of django they aren't returning timezone
objects which django can convert to the correct timezone. Therefore they are
always UTC. However we can disable the timezone support in django. The're might
be a more elegant solution to this but since this is just a small project I'll
leave it at that.
2019-10-21 19:42:03 +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 remove the Time model 2019-10-21 06:57: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 replace timezone with datetime 2019-10-21 19:42:03 +02:00
models.py remove the Time model 2019-10-21 06:57:44 +02:00
plot.py replace timezone with datetime 2019-10-21 19:42:03 +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