Skip to content
Snippets Groups Projects
Commit 21cc0b23 authored by Rachel TORCHET's avatar Rachel TORCHET
Browse files

No commit message

No commit message
parent bb3a3635
No related branches found
Tags v8.7
1 merge request!13Master
Pipeline #24731 passed
# ippidb-web # ippidb-web
This repository contains the django web application that manages the iPPI-DB This repository contains the django web application that manages the iPPI-DB
database. database.
\ No newline at end of file
## 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
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment