jobic10 / e-voting-with-django

The Voting System web application using Django is a project that serves as the automated voting system of an organization or school. This system works like the common manual system of election voting system whereas this system must be populated by the list of the positions, candidates, and voters. This system can help a certain organization or school to minimize the voting time duration because aside they can provide the voters an online platform to vote, the system will automatically count the votes for each candidate. The system has 2 sides of the user interface which are the administrator and voters side. The admin user is in charge to populate and manage the data of the system and the voter side which is where the voters will choose their candidate and submit their votes.
MIT License
174 stars 61 forks source link

which version of python should i use exactly #12

Closed ramcharan0 closed 1 year ago

ramcharan0 commented 1 year ago

If i use the latest version the pillow package is giving me errors , What version of python did u use exactly?. thank in advance

jobic10 commented 1 year ago

Hi. As written in the requirements.txt file, I used Pillow==7.2.0. May I see a screenshot of your error, please?