[web2py] multi tenant

2016-01-15 Thread Fabiano Almeida
Hi All! In the book shows multi tenant based on subdomain, with code : > db._common_fields.append(Field('request_tenant', > default=request.env.http_host,writable=Fals

[web2py] Multi-tenant social-network?

2012-07-19 Thread Andrew
If users can create groups, will you want to create a database on the fly? --

[web2py] Multi-tenant social-network?

2012-07-19 Thread Alec Taylor
I've got a simple architecture, there are groups, users and group-events. • Users login with Facebook • Users can search for a group or a group-event by name, location and/or datetime • Users can create groups • Users can RSVP to group events if the group owner allows open RSVPs, else the user mus

[web2py] multi-tenant app tables

2011-11-28 Thread Nik Go
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 access to all data from the localhost administrators? Also, how to I allow tenants to access to

[web2py] Multi-Tenant Web2py

2011-04-11 Thread Will Stevens
Has anyone successfully implemented a multi-tentant application in web2py? If so, can you give me any pointers? I have considered using the GAE namespace stuff to add multi-tentant functionality, but I do not like that I am then making GAE a requirement for my application. I would prefer to add