add custom routing for result page
This commit is contained in:
parent
a5efcd36b1
commit
a8a6ad6b07
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ def make_map():
|
|||
|
||||
# CUSTOM ROUTES HERE
|
||||
map.connect('', controller='ddportfolio', action='index')
|
||||
map.connect('result', controller='ddportfolio', action='handle_post')
|
||||
map.connect(':controller/:action/:id')
|
||||
map.connect('*url', controller='template', action='view')
|
||||
|
||||
|
|
Loading…
Reference in a new issue