appypod-rattail/gen/test/applications/AppyMeeting.py

11 lines
292 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
from appy.gen import *
class Meeting:
place = String(editDefault=True)
date = Date()
myObservations = String(format=String.XHTML, optional=True)
annex = File(optional=True)
leader = String(validator=['andyStein', 'joelLambillotte'])
root = True
pod = ['Meeting']