Thanks Niphlod for pointing me to the right direction:
db.define_table('items,',
^ (there is an extra comma right there, at
the table name definition)
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsu
Hello everyone,
I have the following table definitions:
db.define_table('identities',
Field('name', 'string', required=True),
Field('profession', 'string', required=True),
Field('address','text', required=True),
Field('vat_number',unique=True, required=True, length=9,
requires=IS_
2 matches
Mail list logo