Permissions checking

Issue #169 resolved
Randle Taylor repo owner created an issue

Currently all authorization is done by checking the user.is_staff flag and ignores any group or user specific permissions.

This needs to be updated to account for user specific permissions.

Comments (4)

  1. Randle Taylor reporter

    Done. A number of custom permissions have been added (and will need to be documented) but is_staff is now only used to determine who can log into the admin site.

  2. Log in to comment