Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/django-haystack/django-haystack
/ haystack_get_model
Function
haystack_get_model
haystack/utils/app_loading.py:33–34 ·
view source on GitHub ↗
(app_label, model_name)
Source
from the content-addressed store, hash-verified
31
32
33
def
haystack_get_model(app_label, model_name):
34
return
apps.get_model(app_label, model_name)
Callers
6
get_models
Method · 0.90
_get_model
Method · 0.90
render
Method · 0.90
_process_results
Method · 0.90
_process_results
Method · 0.90
_process_results
Method · 0.90
Calls
1
get_model
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…