summaryrefslogtreecommitdiffstats
path: root/askbot/deployment/messages.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-19 00:20:58 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-19 00:20:58 -0300
commit1e597a8ee8cd2db3c37c8715410e81cc1972ddc3 (patch)
treeec9bd804faefe93a4e83bf06057e311ff3a7b3fe /askbot/deployment/messages.py
parente0dcb50e48b25f7fe641d54b5338e09486b7157e (diff)
downloadaskbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.tar.gz
askbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.tar.bz2
askbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.zip
added mandatory generation of secret key to askbot-setup
Diffstat (limited to 'askbot/deployment/messages.py')
-rw-r--r--askbot/deployment/messages.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/askbot/deployment/messages.py b/askbot/deployment/messages.py
index 0d264695..f2c512bc 100644
--- a/askbot/deployment/messages.py
+++ b/askbot/deployment/messages.py
@@ -19,8 +19,7 @@ CANT_INSTALL_INTO_FILE = '%(path)s is a file\ncannot install there'
SHOULD_ADD_APP_HERE = 'Directory %(path)s?\nalready has a Django ' \
+ 'project - do you want to add askbot app to that project?'
-HOW_TO_DEPLOY_NEW = 'Done. Please find further instructions in the file below:'\
- + '\n%(help_file)s'
+HOW_TO_DEPLOY_NEW = 'Done. Please find further instructions at http://askbot.org/doc/'
HOW_TO_ADD_ASKBOT_TO_DJANGO = HOW_TO_DEPLOY_NEW