Portal where the IPL Auction Oculus 2021 was conducted in online mode. This repository has a csv file of 150 IPL players (name, team, ratings...). The static file has the photos for all these 150 IPL players.
Create a folder
mkdir IPL
Clone the project
https://github.com/shubhamthakar/IPL-Auction-2021.git
Make sure you are in the IPL folder which has manage.py
Create virtual env and install dependencies
pipenv install
Start virtual env
pipenv shell
Start the server
py manage.py runserver