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
/
repoze
/
bfg
/
paster.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-06-23
- Undocumented hook: make ``get_app`` and ``get_root`` of the
Chris McDonough
2010-03-03
Defer conditional import of IPython to avoid breakage under mod_wsgi.
Tres Seaver
2010-01-18
Prep for b1
Chris McDonough
2010-01-04
- Make ``paster bfgshell`` and ``paster create -t bfg_xxx`` work on
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-11-24
Docs updates.
Chris McDonough
2009-11-02
- Compound statements that used an assignment entered into in an
Chris McDonough
2009-10-19
- ``paster bfgshell`` now supports IPython if it's available for
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-05-28
- Add a ``get_app`` API functions to the ``paster`` module. This
Chris McDonough
2009-05-27
Unused import.
Chris McDonough
2009-05-27
- A paster command has been added named "bfgshell". This command can
Chris McDonough
2009-05-12
added a template for a simple SQLAlchemy traversal application
Carlos de la Guardia
2009-05-11
- Added a ``routesalchemy`` Paster template. This paster template
Chris McDonough
2009-01-06
Renamed the existing BFG paster template to ``bfg_starter``.
Tres Seaver
2009-01-06
Prepare for additional paster templates.
Tres Seaver
2008-08-24
- Remove ``sampleapp`` sample application from bfg package itself.
Chris McDonough
2008-07-19
Document project creation.
Chris McDonough
2008-07-19
Add a paster template.
Chris McDonough