Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 556 Bytes

Voting Application

Voting is a django based app.Includes the following functionalites

  • Parties
  • Candidates
  • Voting

TODO

  • Styling
  • Charting

To run the app:

  • Clone the Repository
  • Create the virtualenv for the project

Install dependencies for the project

$ pip  install virtualenvwrapper 
$ mkvirtualenv --python=python3.6  voting
$ workon voting
$ pip install  -r  requirments/development.txt

Migrations

$ python  manage.py makemigrations
$ ./manage.py migrate
$ ./manage.py runserver