This sample shows how you can create a reporting dashboard in your Django project. The data from an SQLite database is transferred to the client-side data visualization library (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!