More docstrings for blueprints.
This commit is contained in:
parent
dbb9a2ed46
commit
86175054d6
4 changed files with 40 additions and 11 deletions
|
|
@ -3,8 +3,8 @@
|
|||
Application Factories
|
||||
=====================
|
||||
|
||||
If you are already using packages and modules for your application
|
||||
(:ref:`packages`) there are a couple of really nice ways to further improve
|
||||
If you are already using packages and blueprints for your application
|
||||
(:ref:`blueprints`) there are a couple of really nice ways to further improve
|
||||
the experience. A common pattern is creating the application object when
|
||||
the module is imported. But if you move the creation of this object,
|
||||
into a function, you can then create multiple instances of this and later.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue