Skip to content

avvinci/python-dashboard

Repository files navigation

Python: Analytics Dashboard :)

A comprehensive analytics dashboard made using Django and Plotly.js.

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI, as well as Postgres.

$ git clone https://github.com/avvinci/python-dashboard
$ cd python-dashboard

$ python3 -m venv getting-started
$ pip install -r requirements.txt

$ createdb python_getting_started

$ python manage.py migrate
$ python manage.py collectstatic

$ heroku local

Your app should now be running on localhost:5000.

TODO

  • More Plots

Documentation

For more information about this app see these:

  • Pandas
  • Plotly js
  • Django [template tags .. ]
  • Heroku

Deployed on Heroku

About

Python Analytics Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors