Changes between Version 22 and Version 23 of BluePrintRESTImplementation
- Timestamp:
- 01/03/09 08:10:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BluePrintRESTImplementation
v22 v23 117 117 SQLField('uuid',length=64,default=uuid.uuid4()), 118 118 SQLField('name')) 119 db['%s' % table].represent=lambda table:shn_list_item(table,resource= 'shelter',action='display')119 db['%s' % table].represent=lambda table:shn_list_item(table,resource=resource,action='display') 120 120 }}} 121 121