Re: [web2py] What's the proper way to use URL helper from one app to another (having routed one domain per app)?

2015-04-20 Thread Richard Vézina
I guess you will need scheme=True... Richard On Mon, Apr 20, 2015 at 12:46 PM, Lisandro rostagnolisan...@gmail.com wrote: I have one instance of web2py installed on production, with several apps. Each app is served by a specific domain. This is acomplished usign parameter-based routing

[web2py] What's the proper way to use URL helper from one app to another (having routed one domain per app)?

2015-04-20 Thread Lisandro
I have one instance of web2py installed on production, with several apps. Each app is served by a specific domain. This is acomplished usign parameter-based routing system, this what I have in routes.py file: # -*- coding: utf-8 -*- routers = dict(BASE = dict(\ default_controller =