Thooms / blackballot-web

Django website for easy votes creation and management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local development version

First, clone the git repository, then checkout the master branch (which is also the regular dev branch).

$ virtualenv -p `which python3` venv
$ sudo apt-get install `cat requirements-sys.txt`
$ . votes-venv/bin/activate
$ pip install -r requirements.txt

About

Django website for easy votes creation and management


Languages

Language:Python 100.0%