summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/hello_world
AgeCommit message (Collapse)Author
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
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2013-09-13First cut at import of quick tutorial.Paul Everitt