manuels-scolaires/README.md
2022-06-15 20:07:25 +02:00

473 B

manuels-scolaires

Help librarian manage textbooks requests from colleagues

Local development

pyenv virtualenv 3.10.4 manuels
pyenv local manuels
poetry install
cp envs/local.env.dist envs/local.env  # edit env file, it won't work without mailgun keys
echo 'export ENV_FILE=$(realpath "./envs/local.env")' > .envrc
direnv allow
inv test
python src/manage.py runserver

Reuse

If you do reuse my work, please consider linking back to this repository 🙂