db(db.auth_membership.group_id==group_id).count()
On 28 Giu, 00:42, weheh <[email protected]> wrote: > What's the quickest way to get a count of users that are members of a > group?
db(db.auth_membership.group_id==group_id).count()
On 28 Giu, 00:42, weheh <[email protected]> wrote: > What's the quickest way to get a count of users that are members of a > group?