3 projects
django-mail-analytics
django package adding email tracking features. Both email opening and link clicking are tracked.
django-sequencefield
Additional field from django taking it's value from a postgresql sequence. It is similar to django AutoField, except that multiple model can share ids from a single sequence. Also add the possibility to generate an id from a sequence AND from the data of another field in the model
django-validated-jsonfield
Add a schema with validation to your jsonfield