Re: [web2py] Re: AttributeError: 'NoneType' object has no attribute 'fields'

2012-05-15 Thread Yogesh
Anthony, It works.. Thanks.. On Tue, May 15, 2012 at 10:05 AM, Yogesh wrote: > Hello anthony, > > i will try this.. Though i remember me getting an error. will keep posting > for errors if any.. > thanks.. > > > On Mon, May 14, 2012 at 6:22 PM, Anthony wrote: > >> After you define your custom

Re: [web2py] Re: AttributeError: 'NoneType' object has no attribute 'fields'

2012-05-14 Thread Yogesh
Hello anthony, i will try this.. Though i remember me getting an error. will keep posting for errors if any.. thanks.. On Mon, May 14, 2012 at 6:22 PM, Anthony wrote: > After you define your custom auth_user table, you still have to call: > > auth.define_tables() > > Anthony > > On Monday, May

[web2py] Re: AttributeError: 'NoneType' object has no attribute 'fields'

2012-05-14 Thread Anthony
After you define your custom auth_user table, you still have to call: auth.define_tables() Anthony On Monday, May 14, 2012 6:44:45 AM UTC-4, Yogesh Kamat wrote: > > AttributeError: 'NoneType' object has no attribute 'fields' > > Getting the above mentioned error. > > I have just created a custo