summaryrefslogtreecommitdiffstats
path: root/askbot/management/commands/askbot_create_test_fixture.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/management/commands/askbot_create_test_fixture.py')
-rw-r--r--askbot/management/commands/askbot_create_test_fixture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/management/commands/askbot_create_test_fixture.py b/askbot/management/commands/askbot_create_test_fixture.py
index 23a7b2e4..e7045e8c 100644
--- a/askbot/management/commands/askbot_create_test_fixture.py
+++ b/askbot/management/commands/askbot_create_test_fixture.py
@@ -18,6 +18,7 @@ EXCLUDE_APPS = ['contenttypes',
'askbot.activity',
'askbot.activityauditstatus',
'askbot.badgedata',
+ 'askbot.Post',
'askbot.EmailFeedSetting',
'auth.Message']