A comprehensive analytics dashboard made using Django and Plotly.js.
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 localYour app should now be running on localhost:5000.
- More Plots
For more information about this app see these:
- Pandas
- Plotly js
- Django [template tags .. ]
- Heroku