This is a state of the art voting System.
The system is a Django Web Application and javascript functionaliities in its Frame work.
It can be used for any kind of voting forexample University Voting, Collage Voting and many more other intitutions because it is versatile in its functionality so it can accomdate any kind of data for this Task given to it.
it is a stand alone thats why i may need some help for upgrades.
For Those who may want to cntribute
1-> Fork the main branch
2-> After that then clone the forked branch.
3-> Install the Requirements:
$ pip install -r requirements.txt
4-> Then, make database migrations: $ python manage.py makemigrations
5-> $ python manage.py migrate
6-> And finally, run the application: python manage.py runserver
After that make the changes you to include in your the applictition