Two more questions:

It would seem "take" is preferred since there's some sort of performance 
caching? Is there any reason to do "get"?

Can appconfig params be strings with interpolation?

Ex:
[url]
local_server = http://127.0.0.1/%s/details

And then in code:

requests.get(myconf.take('local_server' % '123'))

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to