From 0e8d2955ec4b57dfc95e6fc5668279d3e0be1ad4 Mon Sep 17 00:00:00 2001 From: tszynalski Date: Wed, 22 Jun 2011 13:48:33 -0700 Subject: Edited askbot/doc/source/initialize-database-tables.rst via GitHub --- askbot/doc/source/initialize-database-tables.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22