Files @ a6405ccfc7f5
Branch filter:

Location: symposion_app/docs/project.rst

Scott Bragg
Fix team permissions backend not pulling out manager_permissions

Something like
request.user.has_perm('reviews.can_manage_%s' % proposal.kind.section.slug)

Will aways return false as the backend does a lookup of team membership
(member or manager) but only grabs the 'permissions' and not the
'manager_permissions' field
Project Template
================

The `pinax-project-symposion <https://github.com/pinax/pinax-project-symposion>`_ repository
is a starter project demonstrating how to create a minimal symposion instance.

TODO:
  * initial data
  * overriding templates
  * deployment