Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dashboard/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ Launch the site

make run

Explore the dashboard at http://localhost:8000/ or
login to the admin http://localhost:8000/admin (if you loaded the provided initial data, use admin user ``test``, password ``test``).
Explore the dashboard at http://localhost:8000/ or log in to the admin interface at http://localhost:8000/admin. If you loaded the provided initial data, log in as one of the following users:

* ``superuser`` with password ``superuser``
* ``driver`` with password ``driver``

Nearly every cell in the dashboard is a link to the relevant admin view. The most interesting admin view is for *Projects*, for example http://localhost:8000/admin/projects/project/2/change/.

Expand Down
Loading