1
0
Fork 0

* basic template and JQuery infrastructure

* gva controller
This commit is contained in:
Jan Dittberner 2008-06-03 20:24:32 +00:00
parent 014f674b6d
commit 292c102db8
7 changed files with 74 additions and 109 deletions

View file

@ -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')