Skip to content

Commit d1b2d2e

Browse files
authored
Merge pull request DjangoGirls#1428 from jhodgdon-drp/patch-19
Use ola as sample admin user name
2 parents 67976ff + e13db10 commit d1b2d2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/django_admin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To log in, you need to create a *superuser* - a user account that has control ov
3535
When prompted, type your username (lowercase, no spaces), email address, and password. **Don't worry that you can't see the password you're typing in – that's how it's supposed to be.** Type it in and press `enter` to continue. The output should look like this (where the username and email should be your own ones):
3636

3737
```
38-
Username: admin
39-
Email address: admin@admin.com
38+
Username: ola
39+
Email address: ola@example.com
4040
Password:
4141
Password (again):
4242
Superuser created successfully.

0 commit comments

Comments
 (0)