Website for the Technical fest of IIT Jodhpur.
- git init
- git clone https://github.com/KD-3/prometeo.git
- git remote add origin https://github.com/KD-3/prometeo.git
- git remote add upstream https://github.com/KD-3/prometeo.git
- git fetch upstream master
- git pull upstream master
- pip install -r requirements.txt
- python manage.py makemigrations events
- python manage.py makemigrations home
- python manage.py makemigrations users
- python manage.py migrate
- python manage.py collectstatic
- python manage.py runserver