summaryrefslogtreecommitdiffstats
path: root/forum/management/commands/send_email_alerts.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/management/commands/send_email_alerts.py')
-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):