index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
tutorials
/
wiki
/
src
/
tests
/
tutorial
/
routes.py
blob: 3c0a379925714a84ea14928e8e6f087993cc9df7 (
plain
)
1
2
def
includeme
(
config
):
config
.
add_static_view
(
'static'
,
'static'
,
cache_max_age
=
3600
)