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
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'
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',
3 matches
Mail list logo