docs: mention that username should be admin to load examples (#17484)

Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com>
This commit is contained in:
jayakrishnankk 2021-11-21 16:07:16 -06:00 committed by GitHub
parent 8da982bc7c
commit 062039c280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ superset db upgrade
Finish installing by running through the following commands:
```
# Create an admin user (you will be prompted to set a username, first and last name before setting a password)
# Create an admin user in your metadata database (use `admin` as username to be able to load the examples)
$ export FLASK_APP=superset
superset fab create-admin