summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-04 10:08:34 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-04 10:08:34 -0400
commit7ca38c7cce84df8c90a75069aa803d85b4e7898d (patch)
tree69c88b6bb2e75e52e0a63e2be18145d296600aa5 /setup.py
parent046b08fae9444ec6e1816e485a3f799b46c52762 (diff)
downloadaskbot-7ca38c7cce84df8c90a75069aa803d85b4e7898d.tar.gz
askbot-7ca38c7cce84df8c90a75069aa803d85b4e7898d.tar.bz2
askbot-7ca38c7cce84df8c90a75069aa803d85b4e7898d.zip
fixed reference to the setup script in the setup.py file
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9c0bd8c4..cbbdb4ca 100644
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,7 @@ Methods to install code
Create/configure django site
----------------------------
-Either run command **startforum** or merge contents of directory **askbot/setup_templates** in the source code into your project directory.
+Either run command **askbot-setup** or merge contents of directory **askbot/setup_templates** in the source code into your project directory.
Create/update database tables
@@ -154,7 +154,7 @@ if 'WIN_PLATFORM' in locals() and sys.platform in WIN_PLATFORMS:
print '**************************************************************'
print '* *'
print '* Thanks for installing Askbot. *'
-print '* To start deploying type: >python startforum *'
+print '* To start deploying type: >python askbot-setup *'
print '* Please take a look at the manual askbot/doc/INSTALL *'
print '* And please do not hesitate to ask your questions at *'
print '* at http://askbot.org *'