MCPcopy
hub / github.com/django/django / app_dirname

Method app_dirname

django/template/backends/base.py:30–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28
29 @property
30 def app_dirname(self):
31 raise ImproperlyConfigured(
32 "{} doesn't support loading templates from installed "
33 "applications.".format(self.__class__.__name__)
34 )
35
36 def from_string(self, template_code):
37 """

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45

Tested by

no test coverage detected