1. Nayan Panday | 20212012010 | nayancsenwu@outlook.com
2. Limon Majumder | 20212011010 | limonmajumder@gmail.com
3. Green | 20212020010 | mr.green@gmail.com
4. Debbindu Bairagi | 20202045010 | debbindubd@gmail.com
username = debbindu
password = debbindu
python -m venv env
source env/Scripts/activate
django-admin startproject project_name
python manage.py runserver
python manage.py startapp app_name
git clone url_name
git init
git log
git add .
git branch
git checkout -b branch_name
git switch branch_name
git commit -m "your message name"
git push -u origin branch_name
git push
git merge
git pull
git status