Merge branch '2.2.x'

This commit is contained in:
David Lord 2023-02-10 15:06:38 -08:00
commit a18ae3d752
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
15 changed files with 764 additions and 105 deletions

View file

@ -67,6 +67,8 @@ To use the ``flask`` command and run your application you need to set
the ``--app`` option that tells Flask where to find the application
instance:
.. code-block:: text
$ flask --app yourapplication run
What did we gain from this? Now we can restructure the application a bit