* basic template and JQuery infrastructure
* gva controller
This commit is contained in:
parent
014f674b6d
commit
292c102db8
7 changed files with 74 additions and 109 deletions
|
@ -17,7 +17,7 @@ def make_map():
|
|||
map.connect('error/:action/:id', controller='error')
|
||||
|
||||
# CUSTOM ROUTES HERE
|
||||
|
||||
map.connect('', controller='gva', action='index')
|
||||
map.connect(':controller/:action/:id')
|
||||
map.connect('*url', controller='template', action='view')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue