[Answered ]-How to make django admin site support non-standard American English characters 16 December 2023 by thecoderscamp.com 2 So I had to add this to my model: def __unicode__(self): return u'%s' %(self.question) PyNaobie [Answered ]-Django sending email with google SMTP Source:stackexchange.com