feat: 账号历史信息 (#8500)

* feat: 账号历史信息

* del app

Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-07-04 18:54:47 +08:00
committed by GitHub
parent 8ebcb4b73a
commit 0aad0b7279
13 changed files with 161 additions and 7 deletions

View File

@@ -2,8 +2,6 @@
#
from rest_framework.viewsets import ModelViewSet, GenericViewSet
from rest_framework_bulk import BulkModelViewSet
from rest_framework.exceptions import MethodNotAllowed
from django.utils.translation import ugettext_lazy as _
from common.mixins import CommonApiMixin, RelationMixin
from orgs.utils import current_org