diff options
| author | Chris Morales <lambda.designs.cm@gmail.com> | 2017-05-23 15:01:16 -0700 |
|---|---|---|
| committer | Chris Morales <lambda.designs.cm@gmail.com> | 2017-05-23 15:01:16 -0700 |
| commit | d8388838022aa5bafe78c8ba6949bc52c2968799 (patch) | |
| tree | bb6e328f9a952c6f8d98243c6ba8e69a691a930e /docs/quick_tour | |
| parent | 352bf24662cca6849f9b8e0a185632eea81cd5c7 (diff) | |
| download | pyramid-d8388838022aa5bafe78c8ba6949bc52c2968799.tar.gz pyramid-d8388838022aa5bafe78c8ba6949bc52c2968799.tar.bz2 pyramid-d8388838022aa5bafe78c8ba6949bc52c2968799.zip | |
updated references for the models that have references for the config.settings
Diffstat (limited to 'docs/quick_tour')
| -rw-r--r-- | docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py b/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py index 339326758..e6eb98fbd 100644 --- a/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py +++ b/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py @@ -57,7 +57,7 @@ def includeme(config): """ settings = config.get_settings() - + settings['tm.manager_hook'] = 'pyramid_tm.explicit_manager' # use pyramid_tm to hook the transaction lifecycle to the request config.include('pyramid_tm') |
