summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/logging.rst
AgeCommit message (Collapse)Author
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup logging.rst
2016-04-07- update logging.rstSteve Piercy
2015-05-22punctuation; correct title tagSteve Piercy
2015-04-30Update logging.rstAreski Belaid
The point 5 from this tutorial http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/logging.html mention that we should see a debug message. This appears before any needed changes in `development.ini`, thus this patch intend to change the order and add an extra point to put forward changes in the ini file.
2014-11-09- add missing "has"Steve Piercy
2014-02-10- Garden PR #1121Steve Piercy
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-16make example links clickable, for convenienceTshepang Lekhonkhobe
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt