Hi guys,
I'm loving FeinCMS, the customization abilities are awesome. However, I'm having trouble with getting a custom application content to show up where I need it.
I have a site with two distinct product types and a section on the site for each, within these sections I need a store locator page, plus a generic one that is outside these sections. Application content items seem to lock you into a single base urls and the urls.py from that AC starts from there. Here are the urls I need:
/pool-spa/store-locator/
/pet-home/store-locator/
/dealers/store-locator/
All of the context in these pages is the same except for a request var that is set in a middleware, so they are completely stateless.
I can get the /dealers/ one to show up, but the others don't work. Help guys.