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

README.txt instructions to cd into project needs clarification #90

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago

In PyCharm, if you create a new Pyramid project, the README.txt says:

- Change directory into your newly created project.

    cd <PROJECT_NAME>

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.

stevepiercy commented 3 years ago

Closed by #91, #92, #93.