summaryrefslogtreecommitdiff
path: root/repoze/bfg/sampleapp/views.py
AgeCommit message (Collapse)Author
2008-07-16Add convenience has_permission function.Chris McDonough
2008-07-16Add security.Chris McDonough
2008-07-14Fix.Chris McDonough
2008-07-14Really allow views to be functions.Chris McDonough
2008-07-14Make sample app work.Chris McDonough
2008-07-14Render templates explicitly in views.Chris McDonough
2008-07-14And, just to maximally confuse Paul, come full circle, and don't require ↵Chris McDonough
that the template be spelled on the class, while still allowing us to pickle the registry actions.
2008-07-14Less magical templated view model: make custom template views responsible for Chris McDonough
knowing their template's name.
2008-07-12Use a djangoesque layout and naming scheme.Chris McDonough