Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ load_backend
Function
load_backend
django/contrib/auth/__init__.py:22–23 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
20
21
22
def
load_backend(path):
23
return
import_string(path)()
24
25
26
def
_get_backends(return_tuples=False):
Callers
6
_remove_invalid_user
Method · 0.90
_aremove_invalid_user
Method · 0.90
_get_backend
Method · 0.90
_get_backends
Function · 0.70
get_user
Function · 0.70
aget_user
Function · 0.70
Calls
1
import_string
Function · 0.90
Tested by
no test coverage detected