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
/
tests
/
pkgs
/
static_encodings
/
__init__.py
blob: 3b86a1a152d56809b6ebb28abe291757fd5f22a0 (
plain
)
1
2
def
includeme
(
config
):
config
.
add_static_view
(
'/'
,
'tests:fixtures'
,
content_encodings
=
[
'gzip'
])