digitaldemocratic/dd-sso/admin
Evilham e98323913d
[sso-admin] Add base for QA checks
This is all relative to the dd-sso/admin directory.

With https://pipenv.pypa.io/en/latest/ it is simple to setup a
development environment (pipenv install --dev).

By running:

    echo "PYTHONPATH=$(pwd)/src" > .env

The admin module will be loaded in the virtualenvironment and e.g.
running mypy src/admin will throw different errors in the existing code.
2022-07-29 13:10:33 +02:00
..
docker DD education workspace 2022-07-10 12:15:47 +02:00
src [sso-admin] Fix secret handling in check script 2022-07-28 18:28:22 +02:00
.gitignore [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
Pipfile [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
Pipfile.lock [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
mypy.ini [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
pyproject.toml [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00