summaryrefslogtreecommitdiffstats
path: root/forum/management/commands
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-28 22:14:59 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-28 22:14:59 -0500
commit9e4af2da15929caa9cb6c275d61883abc59e0fd2 (patch)
treea6183a367b64266b7112824afdbc284f1a8a895f /forum/management/commands
parentee23f828b858b3457890c3852220fc41c063ce85 (diff)
downloadaskbot-9e4af2da15929caa9cb6c275d61883abc59e0fd2.tar.gz
askbot-9e4af2da15929caa9cb6c275d61883abc59e0fd2.tar.bz2
askbot-9e4af2da15929caa9cb6c275d61883abc59e0fd2.zip
re-introduced Josephs new message notification and a few newly found bugs
Diffstat (limited to 'forum/management/commands')
-rw-r--r--forum/management/commands/send_email_alerts.py1
1 files changed, 1 insertions, 0 deletions
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):