Still struggling to get your version above working @Vlad. I’m wondering if my desired setup will even be possible:
url.com/apps/app1
url.com/apps/app2
url.com/apps/category/app3
url.com/apps/category/app4
We have an existing Flask app running (url.com/flask). I think it’s using uwsgi and nginx. So perhaps we could use that as the ‘runner’, with a basic template pointing to url.com/flask/app1 etc.
I can’t be the only one needing this though! Thoughts welcome
Will