From 7fba9b47ee22a837f5c6f51d7c9ffaee460622f1 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Fri, 9 Apr 2021 11:57:53 -0400 Subject: [PATCH] Update CONTRIBUTING.md (#14025) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0358add264ee..35887d610ae22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.