From 9e4af2da15929caa9cb6c275d61883abc59e0fd2 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 28 Feb 2010 22:14:59 -0500 Subject: re-introduced Josephs new message notification and a few newly found bugs --- forum/management/commands/send_email_alerts.py | 1 + 1 file changed, 1 insertion(+) (limited to 'forum/management/commands/send_email_alerts.py') diff --git a/forum/management/commands/send_email_alerts.py b/forum/management/commands/send_email_alerts.py index ab318e50..c476e9c9 100644 --- a/forum/management/commands/send_email_alerts.py +++ b/forum/management/commands/send_email_alerts.py @@ -10,6 +10,7 @@ import datetime from django.conf import settings import logging from forum.utils.odict import OrderedDict +from django.contrib.contenttypes.models import ContentType class Command(NoArgsCommand): def handle_noargs(self,**options): -- cgit v1.2.3-1-g7c22