Skip to content
Snippets Groups Projects
Select Git revision
  • targetcentric
  • master default
  • release
  • 279-pocketome-help
  • use-buildx
  • speedup-tests
  • contributor-page
  • targetcentric_globalstat
  • 209-celery-issue
  • celery
  • ci-update
  • 1.1.4
  • 1.1.3
  • 1.1.1
  • 1.1.0
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
24 results

ippidb-web

  • Clone with SSH
  • Clone with HTTPS
  • fmareuil's avatar
    Fabien MAREUIL authored
    1ca372f5
    History

    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