Skip to content

Commit ec5811d

Browse files
committed
Merge pull request pallets#1376 from KWinston/master
Update quickstart.rst doc for awareness of Flask extensions
2 parents 12cd14a + 5f8c850 commit ec5811d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/quickstart.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,15 @@ can do it like this::
873873
from werkzeug.contrib.fixers import LighttpdCGIRootFix
874874
app.wsgi_app = LighttpdCGIRootFix(app.wsgi_app)
875875

876+
Using Flask Extensions
877+
----------------------
878+
879+
Extensions are packages that help you accomplish common tasks. For
880+
example, Flask-SQLAlchemy provides SQLAlchemy support that makes it simple
881+
and easy to use with Flask.
882+
883+
For more on Flask extensions, have a look at :ref:`extensions`.
884+
876885
Deploying to a Web Server
877886
-------------------------
878887

0 commit comments

Comments
 (0)