Hello Plumo,

I used a solution to bypass the routes.py configuration...
Instead create controllers and call those methods, I created some
objects on models, instantiated them (using a file called z.py) and
then called them on my default.py (like use Auth)
So the only route I had to create is the one to <my_app>/default

I don't know if it was the best solution, but I could create my own
routes like:
<url> -> home
<url>/posts/<slug> - show the posts using Slugs
<url>/dashboard - call my dashboard and the methods associated

etc...

Regards,
Igor

Ps: Sorry for my bad english...


On 3 fev, 23:19, Plumo <richar...@gmail.com> wrote:
> The default URL's when using plugin_wiki are ugly:
>
> /welcome/plugin_wiki/page/about
>
> Does anyone have a good routes.py for this?

Reply via email to