Update CONTRIBUTING.md (#14025)

This commit is contained in:
Hugh A. Miles II 2021-04-09 11:57:53 -04:00 committed by GitHub
parent 9e03b6d122
commit fd201fe834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ superset db upgrade
# Create default roles and permissions
superset init
# Load some data to play with
# Load some data to play with (you must create an Admin user with the username `admin` for this command to work)
superset load-examples
# Start the Flask dev web server from inside your virtualenv.