I’m currently working on django tagging.
I want to retrieve all the entries from my given model which are associated with a particular tag.
But i don’t want to use the generic views. So how should i design my views to get this done and how can i render this in my template?
I’m currently working on django tagging . I want to retrieve all the entries
Share
Considering Element is your class from your model.
In your view
Then in your template (elements.html)