summaryrefslogtreecommitdiffstats
path: root/askbot/deployment
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-03 13:41:29 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-03 13:41:52 -0400
commit8e1d579d7e307062e80c1a2307080b88eda74daf (patch)
treea772e56ed93b4f5e3924eed52d8119329522f448 /askbot/deployment
parent1cfdec3377f4dac0ba15ce4ad63d534b58c5abe1 (diff)
downloadaskbot-8e1d579d7e307062e80c1a2307080b88eda74daf.tar.gz
askbot-8e1d579d7e307062e80c1a2307080b88eda74daf.tar.bz2
askbot-8e1d579d7e307062e80c1a2307080b88eda74daf.zip
renamed startforum to askbot-setup and removed some unused files
Diffstat (limited to 'askbot/deployment')
-rw-r--r--askbot/deployment/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/deployment/__init__.py b/askbot/deployment/__init__.py
index 59bb1a03..b0a87d15 100644
--- a/askbot/deployment/__init__.py
+++ b/askbot/deployment/__init__.py
@@ -6,7 +6,7 @@ from askbot.utils import console
from askbot.deployment import messages
from askbot.deployment import path_utils
-def startforum():
+def askbot_setup():
"""basic deployment procedure
asks user several questions, then either creates
new deployment (in the case of new installation)