diff --git a/docs/contributing/contributing.md b/docs/contributing/contributing.md index 9df730d..8fd7a5e 100644 --- a/docs/contributing/contributing.md +++ b/docs/contributing/contributing.md @@ -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 diff --git a/docs/install.md b/docs/install.md index 55c6374..879a4b0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 +```