django-ses 4.2.0
0
A Django email backend for Amazon's Simple Email Service (SES)
Contents
A Django email backend for Amazon's Simple Email Service (SES)
Stars: 1006, Watchers: 1006, Forks: 226, Open Issues: 57The django-ses/django-ses
repo was created 13 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 1006 github stars!
How to Install django-ses
You can install django-ses using pip
pip install django-ses
or add it to a project with poetry
poetry add django-ses
Package Details
- Author
- Harry Marr
- License
- MIT
- Homepage
- https://github.com/django-ses/django-ses
- PyPi:
- https://pypi.org/project/django-ses/
- Documentation:
- https://github.com/django-ses/django-ses/blob/main/README.rst
- GitHub Repo:
- https://github.com/django-ses/django-ses
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common django-ses errors.
Code Examples
Here are some django-ses
code examples and snippets.
GitHub Issues
The django-ses package has 57 open issues on GitHub
- Feature change dashboard view to class based
- improvement:change the dashboard view to a class based view
- distutils has been deprecated in Python 3.10