Skip to content

The tutorial I made on connecting django, dash & plotly together

Notifications You must be signed in to change notification settings

raoc/plotly-dash-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro Banner

Django-Plotly-Dash

Follow along with this Free Step by Step Tutorial Video:

Full Tutorial Video

Learn More on Django, Plotly & Dash on my Full Course:

Full Udemy Course

How to Install

  • Create an virtual env

    1. Check if you have a virtual env virtualenv --version
    2. (Not Installed) Dont see a version number? run sudo pip install virtualenv
    3. (Installed) Make a folder within the highest file of the project mkdir ~/env
    4. run virtualenv ~/env/my_new_app
    5. cd into the bin folder cd ~/env/my_new_app/bin
    6. activate the env source activate
  • pip install -r requirements.txt

  • Create a Postgres Database & connect it within the plotly_django_tutorial.py settings

  • python manage.py makemigrations

  • python manage.py migrate

  • python manage.py runserver

Finished Picture

Finished Project

Useful Links

django-plotly-dash

Postgres

Bootstrap Theme Used

Plotly

Dash Docs

Still Have Questions?

cryptopotluck.com

cryptopotluck Discord

About

The tutorial I made on connecting django, dash & plotly together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.1%
  • HTML 6.9%
  • JavaScript 3.6%
  • Python 3.4%