Hey!
I'm pretty much new to Django, so I cannot figure this out:
I have the home page and the way to post updates in my blog, but I want to sort the posts into categories. Like sports, fitness, politics. But I want to do it into two lists of multiple tabs, one horizontal and one vertical. And I'd like to make the horizontal and vertical tabs combine, so that when I click on horizontal tab01 and vertical tab01, e.g., it renders a certain view (or category of posts). Does this make any sense? Is it possible with Django? If so, how?
Help is much appreciated.
Cheers.