From cda56dba20b77dc0e59c8d1269b7ec6679bc2cb7 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 19 Aug 2009 12:25:35 -0400 Subject: [PATCH] post_save imported --- brainstorm/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brainstorm/models.py b/brainstorm/models.py index 008a9ba..85376d4 100644 --- a/brainstorm/models.py +++ b/brainstorm/models.py @@ -3,6 +3,7 @@ from django.contrib.auth.models import User from django.core.urlresolvers import reverse from django.contrib.contenttypes import generic from django.contrib.comments.models import Comment +from django.db.models.signals import post_save ALLOW_ALL, REQUIRE_LOGIN, DISALLOW_ALL = range(3) SUBSITE_POST_STATUS = (