Go to file
Gabriel Augendre e54f681e47 Update path 2022-07-06 00:06:26 +02:00
docker Rework project structure 2022-06-15 19:50:42 +02:00
envs Run pre-commit 2021-07-10 12:11:58 +02:00
src Update title 2022-06-30 12:36:23 +02:00
.dockerignore Add docker files 2018-05-25 14:46:27 +02:00
.eslintrc pre-commit 2022-06-14 16:53:39 +02:00
.gitignore Rework project structure 2022-06-15 19:50:42 +02:00
.pre-commit-config.yaml pre-commit 2022-06-14 16:53:39 +02:00
.prettierrc pre-commit 2022-06-14 16:53:39 +02:00
Dockerfile Rework project structure 2022-06-15 19:50:42 +02:00
LICENSE pre-commit 2022-06-14 16:53:39 +02:00
Procfile Clear cache when releasing new version 2019-06-08 19:30:34 +02:00
README.md Fix reply to 2022-06-15 20:07:25 +02:00
docker-compose-build.yaml Rework project structure 2022-06-15 19:50:42 +02:00
docker-compose.yaml Rework project structure 2022-06-15 19:50:42 +02:00
healthcheck.py Run pre-commit 2021-07-10 12:11:58 +02:00
poetry.lock Fix reply to 2022-06-15 20:07:25 +02:00
pyproject.toml Fix reply to 2022-06-15 20:07:25 +02:00
tasks.py Update path 2022-07-06 00:06:26 +02:00

README.md

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 🙂