From 1bd58740c9ed78a8737a05838d2be7a2072a0c19 Mon Sep 17 00:00:00 2001 From: Ronny V Date: Sat, 27 Apr 2024 20:43:05 +0200 Subject: [PATCH] :handshake: Suggestion: django-pony-express (#263) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3fd526e..fcfd6c3 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ or buying 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.