Merge branch '2.2.x'

This commit is contained in:
David Lord 2022-08-05 11:35:36 -07:00
commit 87584e89fe
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
11 changed files with 44 additions and 682 deletions

View file

@ -954,7 +954,7 @@ def shell_command() -> None:
banner = (
f"Python {sys.version} on {sys.platform}\n"
f"App: {current_app.import_name} [{current_app.env}]\n"
f"App: {current_app.import_name}\n"
f"Instance: {current_app.instance_path}"
)
ctx: dict = {}