[videos] Clean up admin stuff

This commit is contained in:
2024-11-06 11:06:08 -05:00
parent 9a1508b7a6
commit ed2253cb6b
3 changed files with 25 additions and 4 deletions

View File

@ -39,6 +39,7 @@ class Channel(TimeStampedModel):
format="JPEG",
options={"quality": 75},
)
youtube_id = models.CharField(max_length=255, **BNULL)
genre = TaggableManager(through=ObjectWithGenres)
def __str__(self):