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)
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.
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 generatedREADME.txt
inside their project and follow its instructions. CurrentlyREADME.rst
assumes there is no database in the generated project.