new api calls: getGroups/addGroup/removeGroup

This commit is contained in:
j 2014-09-30 14:11:55 +02:00
commit 3cdb0e23cc
3 changed files with 71 additions and 3 deletions

View file

@ -3,7 +3,7 @@
import copy
from datetime import datetime
from django.contrib.auth.models import User
from django.contrib.auth.models import User, Group
from django.db import models
from django.db.models import Max
from django.conf import settings