summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
2018-10-03Change references to "py.test" to "pytest" in ZODB tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + Traversal tutorial
2018-10-03Change references to "py.test" to "pytest" in SQLAlchemy tutorialPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
Remove :term: from pytest as it is not in the glossary.
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
As of pytest 3.0 (Aug 16) the recommended way to call pytest is using the "pytest" command and not "py.test"
2018-09-27Fix typoAlexander Lin
2018-09-01Remove extra "the"Steve Piercy
2018-08-30Update wiki2 with alchemy cookiecutter source filesSteve Piercy
2018-08-30Remove unused templateSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2018-08-25Remove extra "that"Steve Piercy
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-08-19Standardize macOS capitalizationSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/testsSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/installationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/distributingSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/definingmodelsSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/basiclayoutSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/testsSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/installationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/distributingSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/definingviewsSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/definingmodelsSteve Piercy
2018-08-18Clean up code-blocks in modwsgiSteve Piercy
2018-08-04Merge pull request #3307 from Pylons/alembic-cookiecutter-alchemyMichael Merickel
Add Alembic support from alchemy cookiecutter
2018-06-30use correct script name to fix testsSteve Piercy
2018-06-30synch up source code in tests stepSteve Piercy
2018-06-30synch up source code in authorization stepSteve Piercy
2018-06-30synch up linenos with source codeSteve Piercy
2018-06-30Synch up source files for authentication stepSteve Piercy
2018-06-29Synch up src files and update definingviews.rstSteve Piercy
2018-06-29Gardening of definingmodels.rstSteve Piercy
- Synch up emphasize-lines to new script changes - Update output examples
2018-06-29Add flake8Steve Piercy
2018-06-29More synching of src to cc filesSteve Piercy
2018-06-29Resynch src files to cookiecutterSteve Piercy
2018-06-28Change import to module scopeSteve Piercy
2018-06-28Typos changedGerard
2018-06-28Modify sections for db script to align with Alembic workflow (WIP)Steve Piercy
- This is not complete. I don't know what I did wrong, but the script does not run.
2018-06-28First stab at updated db scriptSteve Piercy
2018-06-28Add Alembic step and overviewSteve Piercy
2018-06-27Add alembic directory to source in models stepSteve Piercy
2018-06-27switch to engine_from_config to be consistent with run_migrations_offlineSteve Piercy
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/commit/f1ab68543d3e44fc1a5df0aa0355f08578f38b7a
2018-06-26drop alpha status from pyramid requirement in setup.pySteve Piercy
- See https://github.com/Pylons/pyramid-cookiecutter-alchemy/issues/34
2018-06-26rename script to align with cookiecutter defaultSteve Piercy
2018-06-26Add alembic, correct name of init script in setup.pySteve Piercy
- Adjust linenos in defining models step - Update package version numbers to latest
2018-06-26Add omitted files to basiclayout stepSteve Piercy