Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.02 KB

File metadata and controls

41 lines (26 loc) · 1.02 KB

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