Skip to content

Data Analysis dashboard developed with Python Django and Flexmonster

Notifications You must be signed in to change notification settings

kunjan-mhaske/django-data-analysis-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is recommended to add venv folder into .gitignore

Go to directory where you want to create virtual environment [venv_dir]

Create virtual env:

python -m venv [venv_dir]

Activate the environment:

.[venv_dir]\Scripts\activate

while inside the venv, install all dependencies from requirement.txt:

pip install --upgrade pip
pip install -r [venv_dir]\requirements.txt

Reference: https://morioh.com/p/88d6fc714f52

About

Data Analysis dashboard developed with Python Django and Flexmonster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published