Hi there! I’m trying to allow users to browse my Things by category. So far I created a new field in my Thing model, say “Tag1”, which will be one of maybe 10 options like Womens, Mens, Shoes, Accessories (maybe many in the future)
I’ve been trying to use the example of the Browse by Initial example but can’t seem to translate it for this.
I should be able to do the url and view, but going through and displaying the Things and only picking ones with same tag1’s has tripped me up