ritlew / django-hls-video

A webapp for uploading, encoding, and playing back video.
The Unlicense
16 stars 9 forks source link

Django taggit + bootstrap badges #18

Closed ritlew closed 5 years ago

ritlew commented 5 years ago

Implement django taggit (https://github.com/jazzband/django-taggit) to categorize blogs and maybe videos. Use bootstrap badges to display these tags on the frontend and link to queries that display other entries with the same tag.

ritlew commented 5 years ago

Figured out. Not using taggit but instead a simple manytomany with the autocomplete-light