> On Apr 2, 2018, at 09:54, Jonathan Vanasco <[email protected]> wrote: > > I don't know why it was removed from the cookiecutter. > > It's been present in the cookbook and docs for years, see the cookbook: > > https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/database/sqlalchemy.html > > <https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/database/sqlalchemy.html> > > I've opened a ticket on the cookiecutter to correct this.
This is only required if you are not using pyramid_tm. If you are using pyramid_tm which is what the sqlalchemy cookie cutter does, you do NOT need to add this. Notice that the cookie cutter users pyramid_tm: https://github.com/Pylons/pyramid-cookiecutter-alchemy/blob/latest/%7B%7Bcookiecutter.repo_name%7D%7D/%7B%7Bcookiecutter.repo_name%7D%7D/models/__init__.py#L63 <https://github.com/Pylons/pyramid-cookiecutter-alchemy/blob/latest/%7B%7Bcookiecutter.repo_name%7D%7D/%7B%7Bcookiecutter.repo_name%7D%7D/models/__init__.py#L63> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/5D7C2890-31B6-4DD0-85D9-1E0DA6BCA5A8%400x58.com. For more options, visit https://groups.google.com/d/optout.
