#SensorGraph
Python3 Django WebApp to draw datasets of different measure sensors grouped in days, weeks or months.
##Install
pip3 install -r requirements.txt
cd sensorweb
python3 manage.py migrate
python3 manage.py runserver
##How to use
###Upload Files Page
There is a set of csv test files in the csv folder.
###Graph Page
With the csv test files you can see the thermometer sensor_1 signal between 1999 and 2000.
##Components