Problem Statement : Prediction of Admission & Jobs in Engineering & Technology /Management/Pharmacy with respect to demographic locations
The following command are meant to run in a terminal or cmd
mkdir <dir_name>
cd <dir_name>
git clone https://github.com/subhani-syed/SIH-2022.git .
python3 -m venv <env_name>
source <env_name>/bin/activate
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver PORT_NO
- By Default it runs on 127.0.0.1:8000
- Now you can make changes to the project Refer this
deactivate