Go to file
2022-01-02 19:29:39 +01:00
bash Use cache to improve ISBN api response time. 2018-06-16 00:15:45 +02:00
envs Run pre-commit 2021-07-10 12:11:58 +02:00
manuels Implement add book test 2021-07-10 16:43:54 +02:00
manuels_collection Run pre-commit 2021-07-10 12:11:58 +02:00
.dockerignore Add docker files 2018-05-25 14:46:27 +02:00
.gitignore Implement inscription tests 2021-07-10 15:32:50 +02:00
.pre-commit-config.yaml Add pre-commit config 2021-07-10 12:11:33 +02:00
Dockerfile Update dependencies and use --deploy flag for pipenv 2018-06-28 22:20:59 +02:00
healthcheck.py Run pre-commit 2021-07-10 12:11:58 +02:00
LICENSE Update 'LICENSE' 2022-01-01 22:27:46 +01:00
manage.py Add working django 2018-05-21 19:28:36 +02:00
poetry.lock Update dependencies 2021-07-10 16:45:39 +02:00
Procfile Clear cache when releasing new version 2019-06-08 19:30:34 +02:00
pyproject.toml Update dependencies 2021-07-10 16:45:39 +02:00
README.md Update 'README.md' 2022-01-02 19:29:39 +01:00

manuels-scolaires

Help librarian manage textbooks requests from colleagues

Local development

pipenv install
pipenv run python manage.py migrate
DJANGO_ENV=dev pipenv run python manage.py runserver

Deploy on Heroku

heroku login
heroku git:remote --app manuels-scolaires
git push heroku master

You may need to upgrade Python since Heroku tends to deprecate old patch versions rather quickly. In this case, edit runtime.txt.

Reuse

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