Re: [web2py] Anybody going to PyCon?

2010-01-12 Thread Kent Borg
mdipierro wrote: Anybody going to PyCon? Is there a special rate for unemployed folks? -kb -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send

[web2py:18600] DB Introspection: Finding Referenced Tables

2009-03-25 Thread Kent Borg
I am wondering how to implement a more free-form search. For example, a search for will would get a direct hit on someone named Robin Williams, but say I have a reference out to favorite movie in another table, I also want to find someone else who points to Good Will Hunting in that over table.

[web2py:18488] Re: Web2py in Debug mode ?

2009-03-23 Thread Kent Borg
DenesL wrote: Despite its misleading name Winpdb is a platform independent GPL [...] In a hurry? just read: http://groups.google.com/group/web2py/msg/ee46125b7c93fdd4 In quickly trying it, it seems to work great! Thanks, -kb --~--~-~--~~~---~--~~

[web2py:17878] Entering Linked Data Too?

2009-03-11 Thread Kent Borg
Consider linked data: db.define_table('church', SQLField('name', requires=IS_NOT_EMPTY()) db.define_table('person', SQLField('name', requires=IS_NOT_EMPTY(), SQLField('church'), db.person) And the easy thing to do is then SQLFORM(db.person). Cool. OK, so what about when doing

[web2py:17833] best auth example?

2009-03-10 Thread Kent Borg
New user here...I bought the PDF, been reading and doing some playing, and I am liking it! Earlier today I downloaded 1.58. Thanks. Question: What is the best example code for understanding auth? The example code that was posted with an announcement for 1.56.4 lets me register, but doesn't