summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/package
AgeCommit message (Collapse)Author
2018-09-07Add missing waitress dependencyKuzma
Waitress is needed in the code used in this tutorial step: https://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/package.html
2017-11-25Revert "setup.py: add waitress requirement"Steve Piercy
2017-11-25setup.py: add waitress requirementsilum
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926
2017-07-03Update example apps to use config context manager in Quick TourSteve Piercy
- add missing EOF line ending
2013-09-13First cut at import of quick tutorial.Paul Everitt