group members: add/remove/get

This commit is contained in:
girish@cloudron.io
2016-02-08 09:41:21 -08:00
parent b1935c3550
commit 6abf5e2c44
4 changed files with 208 additions and 9 deletions

View File

@@ -30,3 +30,4 @@ DatabaseError.INTERNAL_ERROR = 'Internal error';
DatabaseError.ALREADY_EXISTS = 'Entry already exist';
DatabaseError.NOT_FOUND = 'Record not found';
DatabaseError.BAD_FIELD = 'Invalid field';
DatabaseError.IN_USE = 'In Use';