MCPcopy
hub / github.com/liangliangyy/DjangoBlog / get_absolute_url

Method get_absolute_url

blog/models.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @abstractmethod
58 def get_absolute_url(self):
59 pass
60
61
62class Article(BaseModel):

Callers 1

get_full_urlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected