This is a fest management system backend made on Django for Aarohan 2020.
To run on your local machine :
mkdir arhn
python3 -m venv venv
source venv/bin/activate
git clone https://github.com/arhnnitdgp/festcms.git
cd festcms2
python manage.py migrate
cp .env.example .env
and fill the secret key and debug values in .envpython manage.py runserver
Its running now on https://localhost:8000/