Pclub Summer of Code 2020
To run this project locally, follow the steps:
$ pip install django
$ git clone https://github.com/Mahirgupta/psoc2020.git
$ cd psoc2020/
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver