Go to file
2022-06-14 16:53:39 +02: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 pre-commit 2022-06-14 16:53:39 +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
.eslintrc pre-commit 2022-06-14 16:53:39 +02:00
.gitignore Implement inscription tests 2021-07-10 15:32:50 +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 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 pre-commit 2022-06-14 16:53:39 +02:00
manage.py Add working django 2018-05-21 19:28:36 +02:00
poetry.lock 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
pyproject.toml pre-commit 2022-06-14 16:53:39 +02:00
README.md pre-commit 2022-06-14 16:53:39 +02: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 🙂