This is a fest management system backend made on Django for Aarohan 2020.
To run on your local machine :
mkdir arhnpython3 -m venv venvsource venv/bin/activategit clone https://github.com/himanshu272/festcms2.0.gitcd festcms2python manage.py migratecp .env.example .envand fill the secret key and debug values in .envpython manage.py runserver
Its running now on https://localhost:8000/