svobodni / ballot_box

Volební systém využívající nový registr
1 stars 6 forks source link

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