Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
96 stars 53 forks source link

Remove the settings for tm.manager_hook #66

Closed stevepiercy closed 5 years ago

stevepiercy commented 5 years ago

See https://github.com/mmerickel/pyramid/pull/8#issuecomment-441482617

stevepiercy commented 5 years ago

Upon merge, the ZODB+Traversal wiki tutorial in the Pyramid docs will also need to be updated.

stevepiercy commented 5 years ago

One more thing, there are no other instances of pyramid_tm in the zodb option, AFAICT, so should I remove this line as well?

https://github.com/stevepiercy/pyramid-cookiecutter-starter/blob/master/%7B%7Bcookiecutter.repo_name%7D%7D/setup.py#L26

mmerickel commented 5 years ago

that's not true, and no

stevepiercy commented 5 years ago

Ah, ok, found it. Thanks for checking.