Commit Graph

72 Commits

Author SHA1 Message Date
Andreas Zweili f0d3491511 don't use migrations to run tests 2019-10-14 21:53:19 +02:00
Andreas Zweili c48f43af32 add the mixer package for development 2019-10-14 21:38:26 +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 a12ca638f1 ignore migration files 2019-10-14 21:35:38 +02:00
Andreas Zweili ffb088e084 add a pytest.ini file 2019-10-14 17:41:22 +01:00
Andreas Zweili a9bced323b adapt a lot of things for django 2019-10-14 17:41:07 +01:00
Andreas Zweili 58e4818b1a extend coveragerc for django 2019-10-14 17:39:55 +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 ce3116bfbf improve Makefile 2019-10-13 10:06:46 +01:00
Andreas Zweili e040437ab2 ommit various files from coverage report 2019-10-13 10:01:36 +01:00
Andreas Zweili 226f8f5545 fix the Makefile 2019-10-13 09:44:52 +01:00
Andreas Zweili 96f47b2baf update the Makefile 2019-10-13 09:40:30 +01:00
Andreas Zweili bfe6d7e304 move the main script into a module 2019-10-13 09:36:26 +01:00
Andreas Zweili 6b538a6e00 add a setup file 2019-10-13 09:35:34 +01:00
Andreas Zweili aefcbdfcae add the main script 2019-10-12 19:35:14 +01:00
Andreas Zweili 6eca6c31d6 add a coverage config 2019-10-12 19:35:02 +01:00
Andreas Zweili 04dbaa8e97 add requirement files 2019-10-12 19:34:48 +01:00
Andreas Zweili f136ee0880 add a Makefile 2019-10-12 19:34:39 +01:00
Andreas Zweili e5efad4d67 wrap the lines at 80 characters 2019-10-12 19:14:31 +01:00
Andreas Zweili 482a9e26d0 Initial commit 2019-10-12 19:44:45 +02:00