Skip to content

WenJJ2000/understats

 
 

Repository files navigation

django_decision_tree

Step 1:

Create a .env file with the following

# the address to your db.sqlite 3 file in the same directory as questions
DB_NAME=my_db

# base url of ur host server
BASE_URL=http://127.0.0.1:8000/

Step 2

Create a virtual environment and start your virtual environment

py -m venv .venv

source .venv/Scripts/activate

Step 3

install required files using

pip install -r req.txt

Step 4

Run server with the following.

py manage.py runserver

About

Undergraduate Research Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.4%
  • HTML 16.4%
  • CSS 2.2%