summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/initialize-database-tables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc/source/initialize-database-tables.rst')
-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