django-ses

django-ses 0.4.1

django-ses is a drop-in mail backend app for Django. Instead of sending emails through a traditional SMTP mail server, Django-SES routes email through Amazon Web Services' excellent Simple Email Service (SES).Why SES instead of SMTP?Configuring,...

read more
MongoEngine

MongoEngine 0.9.0

A Document-Object Mapper is like ORM, but for document databases. It uses a simple declarative API, similar to the Django ORM.What is new in this release:Allow strings to be used in index creation Fixed EmbeddedDoc weakref proxy issue Fixed nested...