festcms2.0

This is a fest management system backend made on Django for Aarohan 2020.

To run on your local machine :

  1. mkdir arhn
  2. python3 -m venv venv
  3. source venv/bin/activate
  4. git clone https://github.com/arhnnitdgp/festcms.git
  5. cd festcms2
  6. python manage.py migrate
  7. cp .env.example .env and fill the secret key and debug values in .env
  8. python manage.py runserver

Its running now on https://localhost:8000/