Having read the authentication documentation, it's still not clear to me how the permission system works. They merely say "has_perm(perm)`` -- Returns ``True`` if the user has the specified permission" - without actually describing what 'perm' looks like.
Could someone post a illustrative code snippet?
