2018-05-23 11:16:52 +02:00
|
|
|
# manuels-scolaires
|
|
|
|
Help librarian manage textbooks requests from colleagues
|
2021-05-10 09:06:44 +02:00
|
|
|
|
|
|
|
## Local development
|
|
|
|
|
|
|
|
```bash
|
2022-06-15 19:45:35 +02:00
|
|
|
pyenv virtualenv 3.10.4 manuels
|
|
|
|
pyenv local manuels
|
|
|
|
poetry install
|
2022-06-15 20:05:58 +02:00
|
|
|
cp envs/local.env.dist envs/local.env # edit env file, it won't work without mailgun keys
|
2022-06-15 19:45:35 +02:00
|
|
|
echo 'export ENV_FILE=$(realpath "./envs/local.env")' > .envrc
|
|
|
|
direnv allow
|
|
|
|
inv test
|
2022-06-15 20:05:58 +02:00
|
|
|
python src/manage.py runserver
|
2021-05-10 09:06:44 +02:00
|
|
|
```
|
|
|
|
|
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 🙂
|