- Install Python
- Install Django
- Install django-bootstrap3
- Setup database detail in acm/settings.py
- python manage.py migrate
- python manage.py runserver
- Check members and elected variable for modifying candidate information.
- Visit 127.0.0.1:8000/
- Visit 127.0.0.1:8000/init - To generate username (Check election/views.py for details)
- Now login using credential given in misc/Password.txt to login and cast vote.
- To view result visit /result/
This Election System was developed on request of Abdul Rasheed (President ACM FAST Peshawar 2016-2017).