Skip to content

svobodni/ballot_box

Repository files navigation

Installation for testing

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

python runserver.py

When you want to use the PDF export functionality

sudo apt-get install wkhtmltopdf

Code linting (PEP 8 and pyflakes using flake8)

pip install flake8

flake8