1. from django.contrib.auth.backends import ModelBackend
    
  2. 
    
  3. 
    
  4. class TestClientBackend(ModelBackend):
    
  5.     pass
    
  6. 
    
  7. 
    
  8. class BackendWithoutGetUserMethod:
    
  9.     pass