You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an app for site wide tags. I can add the tags to other models via forms and display the tags associated with instances of other models. I am not sure how to make the tags clickable and once clicked display a list of items tagged with that specific tag. Is the path/url and view auto-created?
My tag model:
class SiteWideTags(tagulous.models.TagModel):
class TagMeta:
# Tag options
force_lowercase = True
I created an app for site wide tags. I can add the tags to other models via forms and display the tags associated with instances of other models. I am not sure how to make the tags clickable and once clicked display a list of items tagged with that specific tag. Is the path/url and view auto-created?
My tag model:
An example model with a SiteWideTags field:
Relevant template code:
The text was updated successfully, but these errors were encountered: