is there a way to map the route of default_controller to same name of default_function, programmatically?
have to define in route.py ? i cant find approute.py where is it? (yes i removed welcome app lol) . what i want to do is , i want default contoller/function/view all the same name: resulting: controller/controller/controller.html it makes easy when coding inside aptana/pydev , you dont have to look back which function index.html comes from.

