I am implementing taggit tags to create a round-trip of pages. I have used the example code from the bakery-demo. Problem is that I need tags with multiple words, say two words like 'Design Thinking'. The back-end covers this neatly, creating a slug 'design-thinking'. But the listing-view does not work. It works with a single-word tag, but a double-word tag gives me a 404.
Tried if it works in the bakery-demo, but there the same problem arises. Which in a way is good, meaning I am not doing anything wrong. Just don't have the solution.
Has anyone solved this problem?