In my django-cms project there are different departments which have different subgroups and those projects, etc. Basically a tree structure. I am wondering how to make django-cms to create the page urls in a hierarchical way, such as
Is there a way to guide django-cms to generate this kind of hierarchical structure?
All input will be more than welcome. Thanks!
@Brandon thanks for your suggestion but I didn't need to go that far :-)
I just found out that just by indicating the parent from my call to create_page() I can make the desired nested url.