1
0
mirror of https://github.com/django/django.git synced 2025-03-17 04:40:45 +00:00

10 lines
150 B
Python
Raw Normal View History

from django.contrib.auth.backends import ModelBackend
class TestClientBackend(ModelBackend):
pass
class BackendWithoutGetUserMethod:
pass