mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-28 18:02:43 +02:00
docs: move sendria setup to the install guide
This commit is contained in:
parent
91d2918586
commit
d67bbc7d8c
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue