RyanBalfanz / django-sendgrid

SendGrid for Django
http://pypi.python.org/pypi/django-sendgrid
97 stars 26 forks source link

Django 1.5 Compatability #58

Open RyanBalfanz opened 11 years ago

apoo commented 11 years ago

Is it compatible with Django 1.5?

RyanBalfanz commented 11 years ago

@apoo that's what this issue is for. Feel free to submit any PRs.

apoo commented 11 years ago

@RyanBalfanz sure, I have been using sendgrid-python (https://github.com/sendgrid/sendgrid-python) but the main issue I have with it is that I cannot use Django console email when I am developing locally. I might fork your repo and add that functionality

RyanBalfanz commented 11 years ago

@apoo, cool. I've been meaning to use https://github.com/sendgrid/sendgrid-python as well. Way back when (possibly before that project existed on Github) there's was just the simple module in their documentation (headers.py)

Look at the comments at the top of https://github.com/RyanBalfanz/django-sendgrid/blob/develop/sendgrid/header.py.