Moving appbuilder.xxx out of view files and into app.py (#8912)

* Moving appbuilder.xxx out of view files ands into app.py

* Pulled url map converters out into their own file

* Adding license blurb

* Linting

* Linting again...
This commit is contained in:
Craig Rueda
2020-01-08 10:04:05 -08:00
committed by Daniel Vaz Gaspar
parent 28563ad088
commit 2a94150097
18 changed files with 394 additions and 374 deletions

View File

@@ -34,7 +34,7 @@ EOF
}
# Create an admin user
echo_step "1" "Starting" "Setting up admin user"
echo_step "1" "Starting" "Setting up admin user ( admin / admin )"
superset fab create-admin \
--username admin \
--firstname Superset \