summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-01-08 18:37:12 -0800
committereliott <eliott@cactuswax.net>2008-01-08 18:37:12 -0800
commit272ce242888cab88a61f2b5a34062f73b3f778dd (patch)
tree1149cb971ed48dee82f74a280a26fe3b4ebbb2f0 /README
parent4bbc315fcf1ab4da1c59dd7eae039f2a718dff9d (diff)
downloadarchweb-272ce242888cab88a61f2b5a34062f73b3f778dd.tar.gz
archweb-272ce242888cab88a61f2b5a34062f73b3f778dd.zip
Updates to readme
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 6afcca78..13b32e54 100644
--- a/README
+++ b/README
@@ -27,4 +27,12 @@ For a simple testing installation:
export PYTHONPATH=`pwd`:${PYTHONPATH}
export DJANGO_SETTINGS_MODULE=archweb_dev.settings
python manage.py runserver
-
+
+ 5. The test database has a few test accounts in it.
+ To login, use the following credentails.
+ User: admin
+ Pass: pass
+
+ You can then reset the password on any of the test users by
+ going into the django admin interface and doing so.
+