mirror of https://github.com/pallets/flask.git
import -> activate
This commit is contained in:
parent
7997bae5bb
commit
2b8ea40cd6
|
|
@ -43,7 +43,7 @@ And here is how you can use it::
|
||||||
|
|
||||||
from flask.ext import foo
|
from flask.ext import foo
|
||||||
|
|
||||||
Once the ``flaskext_compat`` module is imported the :data:`flask.ext` will
|
Once the ``flaskext_compat`` module is activated the :data:`flask.ext` will
|
||||||
exist and you can start importing from there.
|
exist and you can start importing from there.
|
||||||
|
|
||||||
.. _Flask Extension Registry: http://flask.pocoo.org/extensions/
|
.. _Flask Extension Registry: http://flask.pocoo.org/extensions/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue