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

Fix lang attribute syntax for Chameleon template #73

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago

Replaces #72.

stevepiercy commented 4 years ago

We can ignore failures on 3.4 as support for it will be dropped in an upcoming separate PR.