You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
bash | 4 years ago | |
envs | 11 months ago | |
manuels | 11 months ago | |
manuels_collection | 11 months ago | |
.dockerignore | 4 years ago | |
.gitignore | 11 months ago | |
.pre-commit-config.yaml | 11 months ago | |
Dockerfile | 4 years ago | |
LICENSE | 5 months ago | |
Procfile | 3 years ago | |
README.md | 5 months ago | |
healthcheck.py | 11 months ago | |
manage.py | 4 years ago | |
poetry.lock | 11 months ago | |
pyproject.toml | 11 months ago |
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
.
Reuse
If you do reuse my work, please consider linking back to this repository 🙂