In this video we read the MPU6050 sensor data in Arduino and send that data via Python after reading values from serial port converting to json and sending that values to Django Web API with simple POST request.
In django we read that sensor values submitted via REST API and saved to database.
In the frontend part we read the latest MPU6050 values from the database via timestamp column and displayed continuously to the front-end page