[web2py] Re: multi-tenant app tables

2011-11-28 Thread GoldenTiger
Are you talking about domains on a remote server? On 28 nov, 12:39, Nik Go wrote: > I've already set the request_tenant field and each domain can only see the > data they create. > > However, from the localhost, I can only see auth_user data, and data > created from localhost. How do I allow acce

[web2py] Re: multi-tenant app tables

2011-11-28 Thread Massimo Di Pierro
if condition: db._request_tenant = 'ignore_tenant' On Nov 28, 5:39 am, Nik Go wrote: > I've already set the request_tenant field and each domain can only see the > data they create. > > However, from the localhost, I can only see auth_user data, and data > created from localhost. How do I all