Source code of portal for election slot.
Using separate python virtualenv is recommended.
Install dependencies:
pip install -r requirements.txt
Set up django project:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver