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

Move wsgi server configuration heading #123

Closed stefanholek closed 8 months ago

stefanholek commented 1 year ago

In generated configuration files, the "wsgi server configuration" comment appeared before the alembic section and not the server section.