This is the repository for interIIT Sport website for the year 2018, Currently the Schedule and Results part of the website is being developed.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- install Django
- Download the Repository
git clone https://github.com/swciitg/interIIT/
- CD to interIIT and install requirements and runserver
cd interIIT
pip install -r requirements.txt
python manage.py runserver
- This should open a browser tab with address 127.0.0.1:8000/,
- HTML/CSS
- JavaScript
- Python (Django)
-
You will have to Login to use the Forms,
- User : staff
- password : staff@interiit
-
For Athletics,WeightLifting and Swimming, we have to add player individually by using "Add Player" button, and score will be updated individually by using "Player Score Update" button.