Go to file
Gabriel Augendre 64c58260d9 Add pre-commit config 2021-07-10 12:11:33 +02:00
bash Use cache to improve ISBN api response time. 2018-06-16 00:15:45 +02:00
envs Update env 2021-07-10 12:10:17 +02:00
manuels Add test skeleton 2021-07-10 12:10:39 +02:00
manuels_collection Update env 2021-07-10 12:10:17 +02:00
.dockerignore Add docker files 2018-05-25 14:46:27 +02:00
.gitignore Update env 2021-07-10 12:10:17 +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
LICENSE Create LICENSE 2018-05-23 11:10:43 +02:00
Procfile Clear cache when releasing new version 2019-06-08 19:30:34 +02:00
README.md Update readme with development instructions 2021-05-10 09:06:44 +02:00
healthcheck.py Fix healthcheck 2018-06-20 00:08:58 +02:00
manage.py Add working django 2018-05-21 19:28:36 +02:00
poetry.lock Update env 2021-07-10 12:10:17 +02:00
pyproject.toml Add pre-commit config 2021-07-10 12:11:33 +02:00

README.md

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.