Open Kralizek opened 2 years ago
I second this. It would be great to have nested directory support. In my usecase, I have a countries dataset and a regions dataset. It would be great to create URLs like /canada/ontario or /italy/tuscany/ instead of canada_ontario or italy_tuscany. Especially when also adding a third level, having multiple folders instead of /canada_ontario_toronto/ or /italy_tuscany_pisa/.
Sorry for the late reply. I'll look into that
+1
In my case i'd love to be able to generate car make pages (e.g. citroen) and all the multiple model pages (e.g. C3). Of course this would also need the ability to use different templates for each of those objects.
I have a case like the following one:
I would like to generate a page for each
customer
and a page for eachproject
.It would be even better if, when rendering a project, I could access the customer it belongs to. Something like
page.parent.foo