One row is missing in my message:
response.view= domain_url + request.controller + '/' + request.function +
'.html'
I have it in models/db.py so it reflects on all controllers.
Kenneth
Den söndagen den 6:e april 2014 kl. 09:56:38 UTC+3 skrev Kenneth:
>
> Hello,
>
> is it possible to build an app that handle multiple domains but totally
> different layouts.
>
> I'm thinking something like this:
>
> views/domain1/layout.html
> default/index.html
> ..........
>
> views/domain2/layout.html
> default/index.html
> ...........
>
> I made an table called site that contains domainname and domain_url and by
> matching domainname and request.env.host_name I get an domain_url from
> database.
> In every .html I have changed the {{extend "layout.html"}} to {{extend
> domain_url + "layout.html"}}
>
> The same can be done for static folder.
>
> I'm I doing this too complicated?
>
>
> Kenneth
>
--
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.