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
/
views
/
production.ini
Age
Commit message (
Expand
)
Author
2018-08-30
Update wiki with zodb cookiecutter source files
Steve Piercy
2017-06-26
change http://docs.pylonsproject.org to https
Steve Piercy
2017-06-10
Update src files for ZODB wiki tutorial
Steve Piercy
2016-12-23
wiki/src/views updates
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-04-10
- update definingviews and its src files
Steve Piercy
2012-11-19
Sync some ZODB wiki tutorial files with the scaffold
Patricio Paez
2012-03-17
- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Chris McDonough
2012-02-19
- Put ``pyramid.includes`` targets within ini files in scaffolds on separate
Chris McDonough
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-22
- Use [app:main] instead of a pipeline in all scaffolds and tutorials
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-11
fix docs, scaffolds, and tutorials to use pyramid.includes
Chris McDonough
2011-08-11
pyramid_tm->tm
Chris McDonough
2011-08-09
convert tutorials to pyramid_tm+pyramid_debugtoolbar
Chris McDonough
2011-07-30
Updated all of the docs to reflect the new pyramid.* settings prefix.
Michael Merickel
2011-01-29
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
Chris McDonough
2011-01-22
- The ``production.ini`` generated by all paster templates now have an
Chris McDonough
2011-01-21
deal with the addition of production.ini
Chris McDonough