box-o-sand/ares/server/people.py
Dan Buch bfc97737b4 doing some light relation-like stuff
although I spent way too much time on the server side since deciding
to add Redis as "persistence".
2012-05-18 11:18:41 -04:00

7 lines
144 B
Python

from server.resource import Resource
class People(Resource):
__collection__ = 'people'
__required_keys__ = ('name', 'surname', 'age')