Re: [web2py] Re: we2admin tables

2017-06-23 Thread Maurice Waka
I find wrb2admin easier to understand and use. Is there a simplified way/explanation on how to use after installing. e.g. Www.vimeo.com/60895953 Regards On Jun 23, 2017 06:20, "Ron Chatterjee" wrote: Does this help?

Re: [web2py] Re: we2admin tables

2017-06-23 Thread Maurice Waka
I I'll give it a try @ron On Jun 23, 2017 06:20, "Ron Chatterjee" wrote: > Does this help? > > http://www.web2pyslices.com/slice/show/2018/plugin-manage-groups > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > -

Re: [web2py] Re: we2admin tables

2017-06-22 Thread Ron Chatterjee
Does this help? http://www.web2pyslices.com/slice/show/2018/plugin-manage-groups -- 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

Re: [web2py] Re: we2admin tables

2017-06-22 Thread Anthony
On Thursday, June 22, 2017 at 6:31:09 AM UTC-4, Maurice Waka wrote: > > yes its https://github.com/rif/web2admin > > I did insert plugins.web2admin.dbs = (db, dbhome) > in the db.py model but still cant get to see the dbhome table > As noted, that line must go in a model file that runs *after*

Re: [web2py] Re: we2admin tables

2017-06-22 Thread Maurice Waka
yes its https://github.com/rif/web2admin I did insert plugins.web2admin.dbs = (db, dbhome) in the db.py model but still cant get to see the dbhome table On Wed, Jun 21, 2017 at 6:32 PM, Anthony wrote: > Are you talking about https://github.com/rif/web2admin? If so, in a

[web2py] Re: we2admin tables

2017-06-21 Thread Anthony
Are you talking about https://github.com/rif/web2admin? If so, in a model file that runs after the plugin's model file, you can do: plugins.web2admin.dbs = (db, dbhome) The default value for the above is set to (db, ) at

[web2py] Re: we2admin tables

2017-06-21 Thread 黄祥
i think you can add permission with auth.add_permission() ref: http://web2py.com/books/default/chapter/29/09/access-control best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -