Django Object Safety
latest
  • Usage
  • Permissions API
  • Object Group API
  • Custom Models
Django Object Safety
  • Welcome to Django Object Permission’s documentation!
  • Edit on GitHub

Welcome to Django Object Permission’s documentation!

Django Object Permissions implements object permissions and object groups in Django.

Check out the Usage section for further information, including how to Installation the project.

Note

This project is under active development.

Contents

  • Usage
    • Installation
    • Setup
  • Permissions API
    • Setting a permission
    • Lifting a permission
    • Checking a permission
    • Checking a permission (including group permissions)
    • Get an object permission
    • Get users with permissions
    • Get users with gross permissions (includes permissions through groups)
    • Get groups with permissions
  • Object Group API
    • Creating an object group
    • Deleting an object group
    • Adding a user to an object group
    • Removing a user from an object group
    • Retrieving an object group
  • Custom Models
    • Create a custom ObjectPermission model
Next

© Copyright 2023, William Ferreira. Revision 2c449d5b.

Built with Sphinx using a theme provided by Read the Docs.