Skip to content

This project shows how to create an analytical dashboard in a Django application.

Notifications You must be signed in to change notification settings

TopTalent333/django-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This project shows how to create an analytical dashboard in a Django application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • HTML 39.0%