Skip to content

Instantly share code, notes, and snippets.

@ficosta
Created June 9, 2014 04:08
Show Gist options
  • Save ficosta/af819a5e5374a8536670 to your computer and use it in GitHub Desktop.
Save ficosta/af819a5e5374a8536670 to your computer and use it in GitHub Desktop.
Format web2py
db.define_table('room',
Field('room_no'),
Field('category', 'list:string'),
Field('status', 'list:string'),
Field('branch', 'reference branch'),
format=lambda r: '%s %s' % (r.branch.address, r.room_no))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment