aboutsummaryrefslogtreecommitdiffstats
path: root/examples/permissionsexample
AgeCommit message (Collapse)Author
2012-02-29Fixes broken permissions-example.Marko Tibold
reverse takes `request` as a kwarg.
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Update examples to use the new custom `reverse()'Daniel Izquierdo
This fixes #167 except for the docs
2012-01-24Cleanup authentication exampleTom Christie
2012-01-02Add an extra explenation on how to use curl on this view.Marko Tibold
2011-12-29whitespace fixesTom Christie
2011-12-12now really drop the yaml fileMarko Tibold
2011-12-12drop yaml fixture and replace with jsonMarko Tibold
2011-06-26some restyling and updated requirements.txt for yaml supportmarkotibold
2011-06-25added a container view for the permissions examplemarkotibold
2011-06-25Added a fixture so that the users default have a user to login with and play ↵markotibold
with permissions.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.