Eugene Baibourine
Eugene Baibourine
Yeah, I second this. Running `pip install django-sendgrid` downloads the code with simplejson errors
@CrashPhoenix for now you can just copy this https://github.com/RyanBalfanz/django-sendgrid/blob/develop/sendgrid/mixins.py to replace the mixins.py that ships from PyPi. That fixed it for me and my project built.
It's an import error - you can fix it by copying the file I mentioned above. But someone should really submit a PR and get this fixed. Or use Mandrill...
Ran into the same issue upgrading from objection 1.x to 2.x 1. I don't understand why this doesn't work as it seems to be supported by the docs 2. I...