summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Noveski <dr.mote@gmail.com>2011-11-28 20:25:08 +0100
committerDejan Noveski <dr.mote@gmail.com>2011-11-28 20:25:08 +0100
commit62019aef06cdb41deb4ba78a49b7c0b68d2644c6 (patch)
tree4899d16b6a645064d421e4d313fb23f8d9cf3b2b
parentd03996162cf9438ffee0118e836e39473fed85ea (diff)
downloadaskbot-62019aef06cdb41deb4ba78a49b7c0b68d2644c6.tar.gz
askbot-62019aef06cdb41deb4ba78a49b7c0b68d2644c6.tar.bz2
askbot-62019aef06cdb41deb4ba78a49b7c0b68d2644c6.zip
askbot_create_text_fixture management command added; fixed default path
-rw-r--r--askbot/management/commands/askbot_create_test_fixture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/management/commands/askbot_create_test_fixture.py b/askbot/management/commands/askbot_create_test_fixture.py
index da818040..72baa7d2 100644
--- a/askbot/management/commands/askbot_create_test_fixture.py
+++ b/askbot/management/commands/askbot_create_test_fixture.py
@@ -5,7 +5,7 @@ import askbot
# FULL PATH HERE
-# DEFAULTS TO askbot_path/fixtures/test_data.json
+# DEFAULTS TO askbot_path/tests/test_data.json
FIXTURE_NAME = os.path.join(os.path.dirname(askbot.__file__),
"tests", "test_data.json")