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.
|
9 months ago | |
---|---|---|
docker | 10 months ago | |
envs | 2 years ago | |
src | 9 months ago | |
.dockerignore | 5 years ago | |
.eslintrc | 10 months ago | |
.gitignore | 10 months ago | |
.pre-commit-config.yaml | 10 months ago | |
.prettierrc | 10 months ago | |
Dockerfile | 10 months ago | |
LICENSE | 10 months ago | |
Procfile | 4 years ago | |
README.md | 10 months ago | |
docker-compose-build.yaml | 10 months ago | |
docker-compose.yaml | 10 months ago | |
healthcheck.py | 2 years ago | |
poetry.lock | 10 months ago | |
pyproject.toml | 10 months ago | |
tasks.py | 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 🙂