activist
activist copied to clipboard
Backend Model Tag
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow activist's Code of Conduct
Description
Use the django-taggit library to setup the tags model in the backend. DB Scheme django-taggit
Update: We do not need to use django-taggit, we can create the functionality ourselves.
Contribution
No response
@andrewtavis @sayik
Hi @to-sta can I work on this issue ?
As dicussed in the code sync the text field should be unqiue so we can avoid duplicates (unqiue=True
).