summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortszynalski <tszynalski@antimoon.com>2011-06-22 13:51:11 -0700
committertszynalski <tszynalski@antimoon.com>2011-06-22 13:51:11 -0700
commit820b258bcd6e3724bbc3476fb0f5e18b58ddcfc6 (patch)
tree8972b4742e4c8eefa8f1d4fd1dae79b8619e274d
parentb46c110629bbf3400f48780a507090656545a510 (diff)
downloadaskbot-820b258bcd6e3724bbc3476fb0f5e18b58ddcfc6.tar.gz
askbot-820b258bcd6e3724bbc3476fb0f5e18b58ddcfc6.tar.bz2
askbot-820b258bcd6e3724bbc3476fb0f5e18b58ddcfc6.zip
Edited askbot/doc/source/initialize-database-tables.rst via GitHub
-rw-r--r--askbot/doc/source/initialize-database-tables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/doc/source/initialize-database-tables.rst b/askbot/doc/source/initialize-database-tables.rst
index 617c4637..26993985 100644
--- a/askbot/doc/source/initialize-database-tables.rst
+++ b/askbot/doc/source/initialize-database-tables.rst
@@ -35,8 +35,8 @@ Now run the Django development server and check that everything works::
Connect to the Django development server with your Web browser. The address is the name
(or IP address) of your site followed by ":8000" (or whatever port number you chose above).
-Once the fresh copy of Askbot appears in your browser, create the administrator account by
-registering at the site.
+Once the fresh copy of Askbot appears in your browser, create a new account at the site.
+This will be your administrator account.
Finally, turn the newly added user into a superuser by running::