echavarria / plotly-dash-django-udemy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 86.1%Language:HTML 6.9%Language:JavaScript 3.6%Language:Python 3.4%