Skip to content

Commit

Permalink
Put it back like it was
Browse files Browse the repository at this point in the history
git-svn-id: http://coltrane-blog.googlecode.com/svn/trunk@60 5f8205a5-902a-0410-8b63-8f478ce83d95
  • Loading branch information
ubernostrum committed Sep 3, 2007
1 parent 2fee9e4 commit 61f21ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models.py
Expand Up @@ -248,5 +248,9 @@ def get_absolute_url(self):

class ColtraneModerator(CommentModerator):
akismet = True
auto_moderate_field = 'pub_date'
email_notification = True
enable_field = 'enable_comments'
moderate_after = 30

moderator.register([Entry, Link], ColtraneModerator)

0 comments on commit 61f21ff

Please sign in to comment.