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 clarification for the benefit of PyCharm users who create a Pyram… #93

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago

…id project through its interface and potentially other IDEs.

(cherry picked from commit 23b16089d37225df02a64d1966c4ea4009ab093e)