codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

Resource tag manager #33

Closed brylie closed 4 years ago

brylie commented 4 years ago

Closes #16 - use django-taggit for simple keyword tag management Closes #25 - UUID maintenance for demo tags Closes #35 - optional SQLite development

brylie commented 4 years ago

Ping @lpatmo @BethanyG

lpatmo commented 4 years ago

Thanks for this, @brylie! I like django-taggit a lot. Two comments:

brylie commented 4 years ago

K, I removed optional SQLite support.

Yes, please open a follow-up task for DRF serializer(s).

lpatmo commented 4 years ago

Thank you @brylie!

Looks like Bethany filed this issue last night, which encompasses the tasks related to supporting taggit in DRF: https://github.com/codebuddies/django-concept/issues/43