perf: login

This commit is contained in:
ibuler
2022-06-21 10:08:14 +08:00
parent 8b819f3779
commit 7c1882bb53
2 changed files with 1 additions and 12 deletions

View File

@@ -52,8 +52,6 @@ class JMSBaseAuthBackend:
logger.debug(info)
return allow
from redis_lock.django_cache import RedisCache
from redis import StrictRedis
class JMSModelBackend(JMSBaseAuthBackend, ModelBackend):
pass