AJJ's profile - activity

2015-07-08 22:58:22 -0500 received badge Teacher ( source )
2015-07-08 22:58:22 -0500 received badge Necromancer ( source )
2014-06-07 03:36:41 -0500 received badge Editor ( source )
2014-06-07 03:35:30 -0500 answered a question AttributeError: SMTP instance has no attribute 'sock'

I have just come across and solved a problem that was throwing this same traceback. The error was indeed unrelated to SMTP. You see that email-related error for the simple fact that django is trying to log the exception via its default logging configuration which includes sending an email to the admins of the site.

To help me in debugging my problem, I set DEBUG=True in settings and I then got the real problem reported: a couple of missing settings.