summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortszynalski <tszynalski@antimoon.com>2011-06-22 13:49:29 -0700
committertszynalski <tszynalski@antimoon.com>2011-06-22 13:49:29 -0700
commitb46c110629bbf3400f48780a507090656545a510 (patch)
tree72451891c957b2f8a85837dcc8dfe5115adb92cf
parent0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4 (diff)
downloadaskbot-b46c110629bbf3400f48780a507090656545a510.tar.gz
askbot-b46c110629bbf3400f48780a507090656545a510.tar.bz2
askbot-b46c110629bbf3400f48780a507090656545a510.zip
Edited askbot/doc/source/initialize-database-tables.rst via GitHub
-rw-r--r--askbot/doc/source/initialize-database-tables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/initialize-database-tables.rst b/askbot/doc/source/initialize-database-tables.rst
index 7448cf8b..617c4637 100644
--- a/askbot/doc/source/initialize-database-tables.rst
+++ b/askbot/doc/source/initialize-database-tables.rst
@@ -8,7 +8,7 @@ When you install Askbot the first time and any time you upgrade the software, ru
python manage.py syncdb
-When you will be suggested to create a superuser, answer **no**.
+When the script asks you if you want to create a superuser, answer **no**.
Then run::