Skip to content

EDA made easy with auto EDA tools like DTALE, this repo helps in integrating DTALE with Django web applications

Notifications You must be signed in to change notification settings

PRANEETH-REDDY-23899/dtale_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtale_django

Installation

Virtual Environment setup

  pip install virtualenv virtual_env_name
  cd virtual_env_name
  cd  Scripts
  activate

django setup

  pip install django
  django-admin startproject project_name
  django-admin startapp app_name

set up from this repo

  git clone https://github.com/PRANEETH-REDDY-23899/dtale_django.git
  pip install -r requirements.txt
  python manage.py makemigrations
  python manage.py migrate
  python manage.py createsuperuser 
  python manage.py runserver

Final Script

  python manage.py runserver

About

EDA made easy with auto EDA tools like DTALE, this repo helps in integrating DTALE with Django web applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published