diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-03 01:46:19 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-03 01:46:19 +0000 |
commit | 70a8705d949f569d505895776c95aee40fdb48af (patch) | |
tree | b8f0cceeade951ec5bf854ffd9559a2cc369c7fa | |
parent | d9929026eb8d8180ac1c144d4c0da7678d8b973e (diff) |
clarify that you should create the superuser account
svn path=/portal-gui/README; revision=3316
-rw-r--r-- | portal-gui/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/portal-gui/README b/portal-gui/README index 1e20f587..2e1f5cfa 100644 --- a/portal-gui/README +++ b/portal-gui/README @@ -93,9 +93,12 @@ django: $ cd $top/portal-gui/rpkigui/ $ python manage.py syncdb -The manage.py script will prompt you to create an administrative user if you -desire. The administrative user is useful because you can use django's admin -views to inspect the database directly, which may be useful for debugging. +The manage.py script will prompt you to create a superuser. You want to say +"yes" to this prompt. The superuser account can be named whatever you want. +The superuser account is required to set up normal user accounts for managing +resource handles. The superuser is also useful because you can use django's +admin views to inspect the database directly, which may be useful for +debugging. === list_resources helper script === |