[Grok-dev] REPOST Re: Add Form URLS
Tim Cook
timothywayne.cook at gmail.com
Sat Jan 24 14:05:01 EST 2009
On Sat, 2009-01-24 at 18:58 +0100, Sebastian Ware wrote:
> This is also behaves like a dictionary, but
> grok.Application, unlike grok.Container, kan be populated during
> __init__. In other words, you can add your root Ehr object when you
> are creating your
So are you saying that "somewhere" (app.py???) I could setup my database
with:
app["Oship"]=grok.application()
Oship["clinical"]=grok.Container()
Oship["demographics"]=grok.Container()
Oship["ar"]=grok.Container()
Oship["termserver"]=grok.Container()
automagically?
--Tim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/grok-dev/attachments/20090124/68cbfc13/attachment.bin
More information about the Grok-dev
mailing list