Dear friends,

I want to know how to make my routes shorter :

Currently it is http://formatics.nl/page/show/over-ons

But it needs to be http://formatics.nl/over-ons

Currently I use this as an solution : 

-- my routes.py--
routers = dict(
  BASE  = dict(default_application='formatics'),
)
-- en routes.py --

But I'm wondering if theres a better way to do it.

Thanks in advance!

-- 



Reply via email to