Go to file
2021-06-23 20:19:54 +02:00
bash Use cache to improve ISBN api response time. 2018-06-16 00:15:45 +02:00
manuels Update price retrieval 2021-06-23 20:19:54 +02:00
manuels_collection Update dependencies 2021-05-10 09:42:20 +02:00
.dockerignore Add docker files 2018-05-25 14:46:27 +02:00
.gitignore Ignore env.env file 2018-06-19 23:53:21 +02:00
Dockerfile Update dependencies and use --deploy flag for pipenv 2018-06-28 22:20:59 +02:00
healthcheck.py Fix healthcheck 2018-06-20 00:08:58 +02:00
LICENSE Create LICENSE 2018-05-23 11:10:43 +02:00
manage.py Add working django 2018-05-21 19:28:36 +02:00
Pipfile Upgrade 2020-06-01 13:29:48 +02:00
Pipfile.lock Update dependencies 2021-05-10 09:42:20 +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
runtime.txt Update python to 3.8.10 2021-05-10 08:59:34 +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.