>From http://web2py.com/book/default/chapter/04#Cooperation :

"Applications can connect to the same database and thus share tables.
It is not necessary that all tables in the database are defined by all
applications, but they must be defined by those applications that use
them. All applications that use the same table, but one, must define
the table with migrate=False."


On Jan 25, 9:22 pm, tomt <[email protected]> wrote:
> Hi,
>
> I have been building several small web2py apps and I was hoping that
> there was a way of sharing the authorization information among these
> apps.  Currently each app I create has it's own set of auth_ tables
> requiring users to register for each app.  It would be a great time-
> saver if these apps could share the same set of auth_ tables.  Is this
> possible?  All of the apps I refer to are driven from one python
> instance (python web2py.py &)
>
> - Tom

Reply via email to