Created
June 9, 2014 04:08
-
-
Save ficosta/af819a5e5374a8536670 to your computer and use it in GitHub Desktop.
Format web2py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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