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

some error #3

Closed abdallahzahra closed 3 years ago

abdallahzahra commented 3 years ago

Clone this project

$ git clone https://github.com/jobic10/student-management-using-django.git here u put anther git from e-vote and i did all the instructions after this line and replace it by ( git clone https://github.com/jobic10/e-voting-with-django.git)

"

abdallahzahra commented 3 years ago

now code run and server run put

error

static file is not here how i solve it

jobic10 commented 3 years ago

Clone this project

$ git clone https://github.com/jobic10/student-management-using-django.git here u put anther git from e-vote and i did all the instructions after this line and replace it by ( git clone https://github.com/jobic10/e-voting-with-django.git)

"

Hello Zahra, thanks for pointing that out. I've just updated the ReadMe.

jobic10 commented 3 years ago

now code run and server run put

error

static file is not here how i solve it

Hi, try cloning the repository again. The static files are already collected (you don't have to run collectstatic).

Be sure to pip install the requirements, too. Let's know if you have further question