possible to trail url with default application?

22 views
Skip to first unread message

chuan

unread,
Dec 7, 2014, 7:22:21 AM12/7/14
to web...@googlegroups.com
I set default_application in routes.py, what I want is when 


is visited, the url is automatically expanded to 


in the browser address bar. Is it possible?

Massimo Di Pierro

unread,
Dec 8, 2014, 9:29:04 PM12/8/14
to web...@googlegroups.com
this would require a redirection. In your code you say:

if request.env.path_info == '/': redirect('/myapp')
Reply all
Reply to author
Forward
0 new messages