[web2py] Auth login causing closed database

2013-01-29 Thread pinwc4
Recently I upgraded to 2.32 from an older 1.99 version and have been running into an odd auth problem. I have 2 copies of an application hosted on a VM under one instance of web2py using Apache/WSGI. I can log into one of the apps however if I then try to login to the other copy I instead get

[web2py] Re: parse_as_rest, many to many and multiple tables

2013-01-16 Thread pinwc4
OK, I tested it with the latest source and it now works for me. Thanks for all the help. --

[web2py] Re: parse_as_rest, many to many and multiple tables

2013-01-14 Thread pinwc4
Greeting DenesL, I appreciate you taking the time to respond. On Sunday, January 13, 2013 9:34:43 AM UTC-6, DenesL wrote: > > Hi pin, > > to the person, pet and toy tables add: > format='%(name)s' > > Thanks for the suggestion, I generally do this in my other apps, just did not include it in the

[web2py] parse_as_rest, many to many and multiple tables

2013-01-11 Thread pinwc4
For a project I just started I am wanting to expose json data using a restful api for mobile and desktop clients to download information for offline use. The parse_as_rest has been a great resource for doing this. I have used the patterns to expose various tables. This has worked great when

[web2py] Re: plugin_wiki crud and auth

2011-10-15 Thread pinwc4
Python, reading the code is much simpler than other languages. On Oct 15, 3:23 pm, Massimo Di Pierro wrote: > In fact you can also set permissions for "tablename"s which are not > tables at all but just name you give to an object. > > On Oct 15, 2:27 pm, pinwc4 wrote: >

[web2py] Re: plugin_wiki crud and auth

2011-10-15 Thread pinwc4
not exist. Use 'tablename' > instead of db.tablename. If unsure, post your model. > > On Oct 14, 9:26 pm, pinwc4 wrote:

[web2py] Re: plugin_wiki crud and auth

2011-10-14 Thread pinwc4
4, 8:52 pm, Massimo Di Pierro wrote: > You need to create a new group and this this group all crud > permissions (read,write,delete,select) for all plugin_wiki tables. > Than make all users members of the group. > > On Oct 14, 8:49 pm, pinwc4 wrote: >

[web2py] plugin_wiki crud and auth

2011-10-14 Thread pinwc4
I am attempting to use plugin_wiki with an app I have been developing but am encountering a problem. The application itself uses CRUD and I have integrated CRUD with auth by adding the line crud.settings.auth = auth in my model. Unfortunately when I attempt to use plugin_wiki to edit pages I get