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)
95 stars 53 forks source link

Use zodb #109

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago

Although ZODB3 will still install all the proper dependencies through some packaging redirection black magic, we should save an indirection.

stevepiercy commented 3 years ago

Wrong branch.