All apps must have a url_root, if they do not, they cannot be a Statocles App (and they should probably be a Site).
Apps must provide a pages method, so let's wrap that in an around() so we can prepend the url_root automatically.
Maybe this needs to be a role then...
All apps must have a url_root, if they do not, they cannot be a Statocles App (and they should probably be a Site).
Apps must provide a pages method, so let's wrap that in an around() so we can prepend the url_root automatically.
Maybe this needs to be a role then...