File: flask_extensions.rst

package info (click to toggle)
quart 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 8,644; makefile: 42; sh: 17; sql: 6
file content (15 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _flask_extensions:

Using Flask Extensions
======================

Some Flask extensions can be used with Quart by patching Quart to act
as Flask, to patch Quart see the `Quart-Flask-Patch
<https://github.com/pgjones/quart-flask-patch>`_ extension. This was
part of Quart until release 0.19.0.

Reference
---------

More information about Flask extensions can be found
`here <https://flask.palletsprojects.com/extensions>`_.