reorganized viewsets into their own files
This commit is contained in:
parent
83982877c3
commit
2e7dbe4ddc
13 changed files with 330 additions and 277 deletions
4
users/viewsets/__init__.py
Normal file
4
users/viewsets/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from .group import GroupViewSet
|
||||
from .user import UserViewSet
|
||||
|
||||
__all__ = ["GroupViewSet", "UserViewSet"]
|
Loading…
Add table
Add a link
Reference in a new issue