Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 498 Bytes

Dashboard in a Django application

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.

How to run the project

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!