Skip to content

Commit

Permalink
Merge branch 'master' into process-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Oct 22, 2023
2 parents 6cb26ab + 6857ed4 commit 4afa3d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Django Post Office is a simple app to send and manage your emails in
Django. Some awesome features are:

- Designed to scale, handles millions of emails efficiently
- Allows you to send email asynchronously
- Multi backend support
- Supports HTML email
Expand All @@ -12,8 +13,7 @@ Django. Some awesome features are:
- Built in scheduling support
- Works well with task queues like [RQ](http://python-rq.org) or
[Celery](http://www.celeryproject.org)
- Uses multiprocessing (and threading) to send a large number of
emails in parallel
- Uses multiprocessing and threading to send a large number of emails in parallel

## Dependencies

Expand Down Expand Up @@ -668,7 +668,7 @@ Attachments are not supported with `mail.send_many()`.
To run the test suite:

```python
`which django-admin.py` test post_office --settings=post_office.test_settings --pythonpath=.
`which django-admin` test post_office --settings=post_office.test_settings --pythonpath=.
```

You can run the full test suite for all supported versions of Django and Python with:
Expand Down

0 comments on commit 4afa3d0

Please sign in to comment.