On Friday, June 17, 2011 4:24:04 PM UTC-4, David J wrote:
>
> I just defined some new tables after upgrading to latest trunk.
>
> db.define_table('people'
>
>
> Field('owner',db.auth_user,default=auth.user_id,readable=False,writable=False),
> Field('email','string'),
> signature
> )
>
I think you're missing a comma after 'people'.
>
> Also
>
> Before the default behavior was to return generic.html;
>
> Seems like that is no longer the case.
>
See https://groups.google.com/d/msg/web2py/JR_pyGVfm_g/VlCfeKZWAvkJ
Anthony