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
/
wiki2
/
src
/
tests
/
setup.py
Age
Commit message (
Expand
)
Author
2017-06-10
update src files and synch emphasize-lines for alchemy wiki tutorial
Steve Piercy
2016-12-23
wiki2/src/tests update files
Steve Piercy
2016-04-12
- use an environment variable and venv. See https://github.com/Pylons/pyramid...
Steve Piercy
2016-04-09
- update wiki2/tests step
Steve Piercy
2016-02-18
update tests chapter
Michael Merickel
2016-02-12
forward port changes to models / scripts to later chapters
Michael Merickel
2016-02-08
fix functional tests
Michael Merickel
2016-02-08
[wip] update tests in wiki2 tutorial
Michael Merickel
2015-12-02
- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, p...
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 setup.py in SQL wiki tutorial
Patricio Paez
2012-11-19
Sync some SQL wiki tutorial files with the scaffold
Patricio Paez
2012-03-14
Renamed db populate to initialize in SQL tutorial
Patricio Paez
2012-01-04
remove dependency on pysqlite from all scaffolding on platforms lt 2.6
Chris McDonough
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
2011-11-27
- The SQLAlchemy Wiki tutorial has been updated. It now uses
Chris McDonough
2011-10-06
remove all reference to the paster command-line utility
Chris McDonough
2011-08-13
- Projects created via a scaffold no longer depend on the ``WebError``
Chris McDonough
2011-07-01
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
Chris McDonough