ippidb-web
This repository contains the django web application that manages the iPPI-DB database.
run flake8 before commit
From the root of the project:
. .venv/bin/activate
pip install -q flake8
flake8 --install-hook git
git config --bool flake8.strict true
ln -s ippisite/.flake8 .flake8