Re: [web2py] new spanish user group created

2010-02-02 Thread Gibran Rodriguez
On Tue, Feb 2, 2010 at 10:11 AM, DenesL wrote: > New spanish speaking web2py user group created: > > http://groups.google.com/group/web2py-usuarios/topics > gracias!! -- Gibran Rodriguez Maemo Developer and Quality Assurance Manager Mobengi (Mobile-Engineering) Helsinki, Fi

[web2py] Table id referenced to another table error?

2010-01-17 Thread Gibran Rodriguez
I have 2 tables db.define_table('Person', Field('name',length=45), Field('info','text'), migrate=False) db.define_table('Activity', Field('type',length=45), Field('start_date','date'), Field('end_date'

[web2py:35989] how to assign length to an id of the table and it's alias or name?

2009-11-25 Thread Gibran Rodriguez
hello there I was wondering how to modify the name or alias ( I don't know if I have understood correctly the difference? is there any difference between name of the field and alias?) also, how to assign the length id given by the database I have the following example db.define_table('Customer',