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

Django renderpdf Error #14

Closed Papacrocs closed 1 year ago

Papacrocs commented 1 year ago

This is the error shown after running the "pip3 install -r requirements.txt" ERROR: Could not find a version that satisfies the requirement django-renderpdf2==3.0.1 (from versions: none) ERROR: No matching distribution found for django-renderpdf2==3.0.1

Papacrocs commented 1 year ago

when trying to makemigrations it also gave this error

File "C:\Users\PapaCrocs\Desktop\E-voting\e-voting-with-django-main\administrator\views.py", line 10, in from django_renderpdf.views import PDFView ModuleNotFoundError: No module named 'django_renderpdf'

Josephobaje commented 1 year ago

"pip install django_renderpdf" will solve that....