mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 01:46:54 +10:00
add video subtitles and description to full-text index
This commit is contained in:
@@ -41,7 +41,7 @@ class Tag(models.Model):
|
||||
Based on django-taggit model
|
||||
"""
|
||||
id = models.AutoField(primary_key=True, serialize=False, verbose_name='ID')
|
||||
|
||||
|
||||
name = models.CharField(unique=True, blank=False, max_length=100)
|
||||
|
||||
# slug is autoset on save from name, never set it manually
|
||||
|
||||
Reference in New Issue
Block a user