You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gabriel Augendre e54f681e47 Update path 9 months ago
docker Rework project structure 10 months ago
envs Run pre-commit 2 years ago
src Update title 9 months ago
.dockerignore Add docker files 5 years ago
.eslintrc pre-commit 10 months ago
.gitignore Rework project structure 10 months ago
.pre-commit-config.yaml pre-commit 10 months ago
.prettierrc pre-commit 10 months ago
Dockerfile Rework project structure 10 months ago
LICENSE pre-commit 10 months ago
Procfile Clear cache when releasing new version 4 years ago
README.md Fix reply to 10 months ago
docker-compose-build.yaml Rework project structure 10 months ago
docker-compose.yaml Rework project structure 10 months ago
healthcheck.py Run pre-commit 2 years ago
poetry.lock Fix reply to 10 months ago
pyproject.toml Fix reply to 10 months ago
tasks.py Update path 9 months ago

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 🙂