summaryrefslogtreecommitdiff
path: root/repoze/bfg/paster_templates/alchemy
AgeCommit message (Collapse)Author
2009-10-09Use renderers.Chris McDonough
2009-09-06Docs URLs changed.Chris McDonough
2009-09-06Merge multiview2 branch to HEAD.Chris McDonough
2009-08-20- "tests" module removed from the bfg_alchemy paster template; theseChris McDonough
tests didn't work.
2009-07-02Unused imports.Chris McDonough
2009-06-30Updated the ``bfg_alchemy`` paster template to include two views:Tres Seaver
- The view on the root shows a list of links to records. - The view on a record shows the details for that object.
2009-06-08- The ``bfg_alchemy`` Paster template named "repoze.tm" in itsChris McDonough
pipeline rather than "repoze.tm2", causing the startup to fail.
2009-05-12added a template for a simple SQLAlchemy traversal applicationCarlos de la Guardia