Django CMS Multi-Level Dropdown Menu
Im kinda new to Django CMS and im trying my best to avoid asking, but this one drives me crazy. I made a Wiki app with a Topic, and Category model. I hooked it to a Site on my CMS and added it to my Menu. Now i would like to be able to show all Top-Level categories, their Child Categories & Topics, and the Child categories of these, and so on, on my menu. Menu/Navigation should look like this: Wiki Category1 Category1.1 Topic Category1.2 Topic Category2 Topic Category3 ... Right now i can only show the Top categories: Wiki Category1 Category2 Category3 I Already created a menu.py to get a