Mercurial > public > sg101
diff forums/management/commands/forum_cleanup.py @ 595:f3fded5df64b
Forum topic & post updates now affect the RSS feed data in Redis.
This is for bitbucket issue #10.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 24 May 2012 15:49:15 -0500 |
parents | ee87ea74d46b |
children |
line wrap: on
line diff
--- a/forums/management/commands/forum_cleanup.py Tue May 22 19:53:39 2012 -0500 +++ b/forums/management/commands/forum_cleanup.py Thu May 24 15:49:15 2012 -0500 @@ -5,7 +5,7 @@ """ import datetime -from django.core.management.base import NoArgsCommand, CommandError +from django.core.management.base import NoArgsCommand from forums.models import ForumLastVisit, TopicLastVisit import forums.unread