Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 473 Bytes

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