forked from erp-dev/erp
feat: human_id for all objects in business module
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
"""
|
||||
自定义中间件模块
|
||||
"""
|
||||
import io
|
||||
import json
|
||||
import logging
|
||||
|
||||
from django.conf import settings
|
||||
from django.http import QueryDict
|
||||
from django.http.multipartparser import MultiPartParserError
|
||||
from django.utils.datastructures import MultiValueDict
|
||||
from rest_framework_simplejwt.authentication import JWTAuthentication
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user