Solved.. You can get a variable pointing to your app in
PROJECT/config/middleware.py by making a global
variable and assigning it in make_app..
Then when you need to call your app with a URL..
from PROJ.config.middleware import gloabl_app
req = Request.blank (url)
response = req.get_response(global_app)
return response.body
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.