index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
tutorials
/
wiki
/
src
/
basiclayout
/
setup.py
Age
Commit message (
Expand
)
Author
2016-04-12
- use an environment variable and venv. See https://github.com/Pylons/pyramid...
Steve Piercy
2016-04-09
update basiclayout and its src
Steve Piercy
2015-05-26
- clean up and make defininingviews consistent between two wiki tutorials
Steve Piercy
2013-09-06
update the code in the wiki and wiki2 tutorials to use pyramid_chameleon
Michael Merickel
2013-03-04
fix #311
Tshepang Lekhonkhobe
2012-12-01
Sync ZODB tutorial source files with the scaffold
Patricio Paez
2012-11-20
adding transaction module requirement to zodb wiki docs
ericrasmussen
2012-11-19
Sync some ZODB wiki tutorial files with the scaffold
Patricio Paez
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
2011-10-06
remove all reference to the paster command-line utility
Chris McDonough
2011-08-14
- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather
Chris McDonough
2011-08-13
- Projects created via a scaffold no longer depend on the ``WebError``
Chris McDonough
2011-08-09
convert tutorials to pyramid_tm+pyramid_debugtoolbar
Chris McDonough
2011-01-29
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
Chris McDonough
2011-01-19
adjust tutorial sources against pyramid_zodb changes
Chris McDonough
2010-12-22
- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it
Chris McDonough
2010-12-15
- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would
Chris McDonough
2010-11-10
fix wiki tutorial based on changes to zodb paster template
Chris McDonough
2010-11-04
- The ZODB Wiki tutorial was updated to take into account changes to the
Chris McDonough
2010-10-25
rename bfgwiki to wiki
Chris McDonough