Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ html_template_path
Method
html_template_path
django/views/debug.py:319–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
317
318
@property
319
def
html_template_path(self):
320
return
builtin_template_path(
"technical_500.html"
)
321
322
@property
323
def
text_template_path(self):
Callers
nothing calls this directly
Calls
1
builtin_template_path
Function · 0.70
Tested by
no test coverage detected