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
/
quick_tutorial
/
authentication
Age
Commit message (
Expand
)
Author
2017-01-26
undo borkage: wsgiref does not use listen, it uses port
Steve Piercy
2016-12-09
Added configuration for ipv6 in .ini files.
Martin
2016-12-07
Changed 'host' and 'port' configuration to a new 'listen' style that is now s...
Martin
2016-12-06
Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...
Bert JW Regeer
2016-12-06
Changed 'host' and 'port' configuration to a new 'listen' style that is now s...
Martin
2016-07-21
Add one-way password hash to security example in Quick Tutorial.
Keith Yang
2015-05-23
correct title tag; punctuation
Steve Piercy
2014-03-13
Strip redundant logging config from tutorial INI files.
Tres Seaver
2013-11-09
undeprecate remember/forget functions and remove remember_userid/forget_useri...
Chris McDonough
2013-10-30
convert remember/forget to request-method-based
Chris McDonough
2013-09-25
Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...
Paul Everitt
2013-09-13
First cut at import of quick tutorial.
Paul Everitt