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
README.txt instructions to cd into project needs clarification #90
In PyCharm, if you create a new Pyramid project, the
README.txt
says:However PyCharm automatically
cd
's into the newly created project directory, so this step is not necessary.The fix is to update the language for PyCharm users.