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
/
tests
/
setup.py
Age
Commit message (
Expand
)
Author
2018-08-30
Update wiki with zodb cookiecutter source files
Steve Piercy
2017-06-10
Update src files for ZODB wiki tutorial
Steve Piercy
2016-12-23
wiki/src/tests updates, use correct lexers
Steve Piercy
2016-12-06
Changed wiki tutorial to showcase passwrd hashing with bcrypt. Relates to #2204
Martin
2016-04-12
- use an environment variable and venv. See https://github.com/Pylons/pyramid...
Steve Piercy
2016-04-10
- update wiki tests step and its src files
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-07-01
fix wiki tests too
Chris McDonough