projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
merged with mine
[zzz-floof.git]
/
floof
/
config
/
routing.py
diff --git
a/floof/config/routing.py
b/floof/config/routing.py
index
5bd87d9
..
c8b94b9
100644
(file)
--- a/
floof/config/routing.py
+++ b/
floof/config/routing.py
@@
-43,4
+43,9
@@
def make_map():
map.connect('/search', controller='search', action='index')
map.connect('/search', controller='search', action='index')
+ # default routing is back so we can test stuff.
+ # please don't take it away until we have some more core features in.
+ map.connect('/{controller}/{action}')
+ map.connect('/{controller}/{action}/{id}')
+
return map
return map