If you are using the normal methods for @expose, then no, it's not. @expose
will do module lookups. Since your module will still be in the same place,
it won't work.
For instance: @expose('myapp.index') looks for the module "myapp", finds the
index file, and serves it. Unless you can make the location of the "myapp"
module change on a per request basis, you're stuck with that.
I believe (though have not confirmed) that there is a way to provide a path
instead of a module. If so, then it *should* be possible to use some sort of
path prefix on lookup. I'm sorry I don't have better answers.
On Mon, Apr 19, 2010 at 5:10 AM, Sergei Beilin <[email protected]> wrote:
> Hi All!
>
> Is it possible to configure(override) the templates path via the
> "production.ini"?
> I want to run several instances of a an application, each with it's
> own master.html (and maybe style.css)
>
> --
> Sergei
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<turbogears%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/turbogears?hl=en.
>
>
--
Michael J. Pedersen
My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
Yahoo/pedermj2002, MSN/[email protected]
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.