summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortszynalski <tszynalski@antimoon.com>2011-06-22 13:48:33 -0700
committertszynalski <tszynalski@antimoon.com>2011-06-22 13:48:33 -0700
commit0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4 (patch)
treefbdcd914d1d1b001556fbcbe499aa882d32e5fac
parentdc575674ea43a35d3228eb2e871579207f403caf (diff)
downloadaskbot-0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4.tar.gz
askbot-0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4.tar.bz2
askbot-0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4.zip
Edited askbot/doc/source/initialize-database-tables.rst via GitHub
-rw-r--r--askbot/doc/source/initialize-database-tables.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/askbot/doc/source/initialize-database-tables.rst b/askbot/doc/source/initialize-database-tables.rst
index 8a37549d..7448cf8b 100644
--- a/askbot/doc/source/initialize-database-tables.rst
+++ b/askbot/doc/source/initialize-database-tables.rst
@@ -33,7 +33,12 @@ Now run the Django development server and check that everything works::
the IP manually or replace it with word `localhost` if you are installing askbot
on a local machine.
-Finally, register at the site and turn yourself into a superuser by running::
+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.
+
+Finally, turn the newly added user into a superuser by running::
python manage.py add_admin 1