- Create a reporting dashboard in your Django project
- Retrieve data from an SQLite database
- Transmit the data to a client-side data visualization library called Flexmonster using Ajax
To run the Django development server, execute the following command:
python manage.py runserver
Next, open the following URL in your browser:
http://127.0.0.1:8000/dashboard/
Enjoy!