docs: move sendria setup to the install guide

This commit is contained in:
Alexis Métaireau 2024-04-13 16:10:46 +02:00 committed by Laetitia Getti
parent 91d2918586
commit d67bbc7d8c
2 changed files with 10 additions and 10 deletions

View file

@ -55,16 +55,6 @@ isort .
black .
```
## Working with emails
To test the appearance of emails, you can use [Sendria](https://github.com/msztolcman/sendria):
```bash
pip install sendria
sendria --db mails.sqlite
$NAVIGATOR http://127.0.0.1:1080
```
## Docs
We're using [MkDocs](https://www.mkdocs.org/) for this documentation. If you want to

View file

@ -102,3 +102,13 @@ To create a superuser, who will have access to the admin interface (/admin):
```shell
python manage.py createsuperuser
```
## Working with emails
To test the appearance of emails, you can use [Sendria](https://github.com/msztolcman/sendria):
```bash
pip install sendria
sendria --db mails.sqlite
$NAVIGATOR http://127.0.0.1:1080
```