Not a major gripe, but perhaps something could be improved? I am using *scripts/autoroutes.py* and in the admin, all my apps appear to link to *http://<ip or domain>/index* (it's the same address) for all the apps. If it isn't a major thing to accomplish within web2py, I would like to suggest perhaps the correct links could be displayed instead of the same address. For instance:
#routes.conf abc.com /abc/default xyz.com /xyz/default … (5 apps or more) In web2py admin, *abc* app -> *abc.com/index* instead of *http://<ip or domain>/index* *xyz* app -> *xyz.com/index* instead of *http://<ip or domain>/index* As my setup is stable, I have yet to test if the parametric router would work for the admin links -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

