Bladeren bron

:handshake: Suggestion: django-pony-express (#263)

Ronny V 1 jaar geleden
bovenliggende
commit
1bd58740c9
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -43,6 +43,7 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
   - [General](#general)
   - [Internationalisation](#i18n)
   - [Logging](#logging)
+  - [Mailing](#mailing)
   - [Model Fields](#model-fields)
   - [Models](#models)
   - [Performance](#performance)
@@ -228,6 +229,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/
 - [django-prometheus](https://github.com/korfuri/django-prometheus) - Export Django monitoring metrics to Prometheus.
 - [django-mixin](https://github.com/adinhodovic/django-mixin) - Monitoring mixin for Django-prometheus. A set of Grafana dashboards and Prometheus rules for Django.
 
+### Mailing
+- [django-pony-express](https://github.com/edoburu/django-any-urlfield) - Class-based emails including a test suite for Django.
+
 ### Model Fields
 - [django-any-urlfield](https://github.com/edoburu/django-any-urlfield) - An improved URL selector to choose between internal models and external URLs.
 - [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) - Color field for django models with a nice color-picker widget.