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

This commit is contained in:
Ronny V 2024-04-27 20:43:05 +02:00 committed by GitHub
parent 8a5bdf2dea
commit 1bd58740c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.