-
Notifications
You must be signed in to change notification settings - Fork 6
6. Webapp
Flora edited this page May 20, 2021
·
1 revision
Assuming we have a new table created in the SQL database and we would like to query and visualise the values in an html. Lets assume that it is a new reading from a sensor:
- 3 files to modify:
-
sidebar.html. Modify this file as to add a new button to the sidebar menu which links to the new html page with the readings.
-
got to webapp --> app-->readings-->templates and add new .html template with table.
-
Modify the routes.py inside the readings folder in order to do the new query.
How to use CROP