new api calls: getGroups/addGroup/removeGroup
This commit is contained in:
parent
5a87d6b8dd
commit
3cdb0e23cc
3 changed files with 71 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue