diff options
Diffstat (limited to 'docs/narr/MyProject/myproject/run.py')
| -rw-r--r-- | docs/narr/MyProject/myproject/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/MyProject/myproject/run.py b/docs/narr/MyProject/myproject/run.py index cb9296e1f..19c5cab73 100644 --- a/docs/narr/MyProject/myproject/run.py +++ b/docs/narr/MyProject/myproject/run.py @@ -4,6 +4,8 @@ def app(global_config, **kw): """ This function returns a repoze.bfg.router.Router object. It is usually called by the PasteDeploy framework during ``paster serve``""" + # paster app config callback from myproject.models import get_root import myproject return make_app(get_root, myproject, options=kw) + |
