Blockchain-based-E-Voting-Simulation
Blockchain-based-E-Voting-Simulation copied to clipboard
it is showing the error that "no such table : simulation_vote".How can i resolve it
how can i resolve "no such table " issue
I am having the same issue here. This is particularly on the "Chain" section of the code. All the buttons like "start", "see transactions", "see blocks" are causing below errors

Hi, Just FYI, I resolved the issue with the below commands :
- First clear out your migrations and pycache directories. Also the db.sqlite.
- Then run this command : "python manage.py migrate --run-syncdb"
- This will create the DB as below

- Then run the app as usual : python manage.py runserver
reemaRaven
i have the same error and i do the same steps that you mentioned but nothing happen the error keep showing any solutions plz ??