manuels-scolaires/README.md

25 lines
548 B
Markdown
Raw Normal View History

2018-05-23 11:16:52 +02:00
# manuels-scolaires
Help librarian manage textbooks requests from colleagues
## Local development
```bash
pipenv install
pipenv run python manage.py migrate
DJANGO_ENV=dev pipenv run python manage.py runserver
```
## Deploy on Heroku
```bash
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`.
2022-01-02 19:29:39 +01:00
# Reuse
2022-06-14 16:53:39 +02:00
If you do reuse my work, please consider linking back to this repository 🙂