From 27dc687f435bff3d9cc6180de5d85875d0a7d5f8 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Mon, 29 Apr 2024 20:06:10 +0200 Subject: [PATCH] docs(readme): mention loaddata command (#1079) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3eff0f7..547f5dc1 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,11 @@ If you have existing users from the previous LDAP authentication, you want to ad DJANGO_OIDC_USERNAME_CLAIM=preferred_username ``` -The test data includes 3 users admin, fritzm and alexs with you can log into [http://timed.local](http://timed.local) - -The username and password are identical. +Import some development fixtures to get started: +```bash +make loaddata +``` +The test data includes 3 users: `admin`, `fritzm` and `axels` with which you can log into [http://timed.local](http://timed.local). Their passwords are identical to the username. To access the Django admin interface you will have to change the admin password in Django directly: