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)
96 stars 53 forks source link

README.rst assumes no database in project #85

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago

See https://youtrack.jetbrains.com/issue/PY-40998

The repo's README.rst needs to be more generic and should instead refer the user to open up the generated README.txt inside their project and follow its instructions. Currently README.rst assumes there is no database in the generated project.

stevepiercy commented 4 years ago

Closed by #86, #87, #88.