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
/
basiclayout.rst
Age
Commit message (
Expand
)
Author
2011-12-27
garden
Michael Merickel
2011-11-26
output warning to use populate command to console after alchemy scaffold rend...
Chris McDonough
2011-11-18
- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name
Chris McDonough
2011-11-08
Track change of the scaffolding file names, removing 'pyramid_' prefix.
kenmanheimer
2011-11-07
Correct the description to match the code.
kenmanheimer
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-03-24
It was decided that pyramid would undergo a terminology change.
Joe Dallago
2011-02-05
fix conflicts
Chris McDonough
2011-02-03
Corrected a/an usage and also clarified "deployment" to mean to a production ...
Chris Beelby
2011-01-29
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
Chris McDonough
2011-01-19
- The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy``
Chris McDonough
2011-01-06
Updated wiki tutorial docs
Blaise Laflamme
2010-12-23
tutorial accuracy and wording improvements
Chris McDonough
2010-12-22
- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it
Chris McDonough
2010-12-18
model->resource; make docs render without warnings
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-11-19
- Remove calls to config.begin()/config.end() from startup config code in
Chris McDonough
2010-11-10
fix wiki tutorial based on changes to zodb paster template
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-04
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
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