add pyramid_tm tween
This commit is contained in:
parent
ac530a50ab
commit
dd3b42d981
1 changed files with 66 additions and 63 deletions
|
@ -61,3 +61,6 @@ def includeme(config):
|
|||
|
||||
# Same goes with the edbob static route; we need that JS.
|
||||
config.include('edbob.pyramid.static')
|
||||
|
||||
# Include transaction manager tween.
|
||||
config.include('pyramid_tm')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue