mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
add docstrings
This commit is contained in:
parent
406f57031a
commit
fdf6f465db
2 changed files with 10 additions and 1 deletions
|
@ -50,7 +50,7 @@ STATUS_CHOICES = [
|
|||
|
||||
class Tag(ABIDModel):
|
||||
"""
|
||||
Based on django-taggit model
|
||||
Based on django-taggit model + ABID base.
|
||||
"""
|
||||
abid_prefix = 'tag_'
|
||||
abid_ts_src = 'self.created' # TODO: add created/modified time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue