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

Add YAML configuration file support #137

Open kpinc opened 6 months ago

kpinc commented 6 months ago
The sample YAML config files do not have %(here)s, or any other
interpolation.  (The plaster-yaml interpolation code is broken,
and, in any case, should probably be removed and replaced with
template substitution.)

The %(here)s are removed from testing.ini, in favor of a relative path.

This is the version that does not need the plaster.Loader.get_settings() 
"raw" parameter patch.