Add a link to Extension Development (#1875)
This commit is contained in:
parent
047efac537
commit
62aaee02f7
1 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ importable from ``flask_foo``::
|
||||||
|
|
||||||
import flask_foo
|
import flask_foo
|
||||||
|
|
||||||
|
Building Extensions
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
While `Flask Extension Registry`_ contains many Flask extensions, you may not find
|
||||||
|
an extension that fits your need. If this is the case, you can always create your own.
|
||||||
|
Consider reading :ref:`extension-dev` to develop your own Flask extension.
|
||||||
|
|
||||||
Flask Before 0.8
|
Flask Before 0.8
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue