projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned up websetup a little.
[zzz-floof.git]
/
floof
/
config
/
routing.py
diff --git
a/floof/config/routing.py
b/floof/config/routing.py
index
f6906f4
..
7a0227a
100644
(file)
--- a/
floof/config/routing.py
+++ b/
floof/config/routing.py
@@
-22,8
+22,8
@@
def make_map():
require_POST = dict(conditions={'method': ['POST']})
# get rid of trailing slashes
require_POST = dict(conditions={'method': ['POST']})
# get rid of trailing slashes
- map.redirect('/*(url)/', '/{url}',
- _redirect_code='301 Moved Permanently')
+
#
map.redirect('/*(url)/', '/{url}',
+
#
_redirect_code='301 Moved Permanently')
# The ErrorController route (handles 404/500 error pages); it should
# The ErrorController route (handles 404/500 error pages); it should