Skip to main content

Automated permission generation for Django viewsets

Project description

Django Auto Permissions

Django Auto Permissions is a Django library designed to automatically generate and apply permissions for custom methods defined in Django Rest Framework viewsets. It simplifies the process of managing permissions, ensuring that each custom viewset method has its corresponding permission without manually creating them.

Features

  • Automatic Permission Generation: Dynamically creates permissions for custom methods within registered viewsets.
  • Easy Integration: Seamlessly integrates with Django's existing permission framework.
  • Django Signals for Automation: Utilizes Django signals to automate permission creation, especially after migrations.
  • Comprehensive Testing: Well-tested to ensure reliability.
  • Simple Registration Process: Easily register your viewsets with the library.

Installation

Install django_auto_permissions via pip:

pip install django_auto_permissions

Setup

After installation, add auto_permissions to your INSTALLED_APPS in Django's settings.py:

INSTALLED_APPS = [
    # ... other installed apps ...
    'django_auto_permissions',
]

Usage

Registering Viewsets

You need to register your custom viewsets with the library. Here's how to do it:

from myapp.models import MyModel
from myapp.views import MyViewSet
from django_auto_permissions.viewset_analysis import register_viewset

register_viewset(MyViewSet, MyModel)

This should be done before running your Django project, ideally in a module that gets loaded on startup, such as views.py or models.py.

Checking Generated Permissions

Once your Django project is running, the library will automatically generate and register permissions for your custom viewset methods. These permissions can be viewed and managed in the Django admin interface.

Contributing

Contributions to django_auto_permissions are welcome! Please read our contributing guidelines for submitting pull requests.

License

This project is licensed under the MIT License.

Contact

For support or queries, reach out to [Your Email or Contact Information].

Acknowledgements

  • Thanks to the Django and Django Rest Framework communities for their invaluable resources.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_auto_permissions-0.1.8.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

django_auto_permissions-0.1.8-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file django_auto_permissions-0.1.8.tar.gz.

File metadata

File hashes

Hashes for django_auto_permissions-0.1.8.tar.gz
Algorithm Hash digest
SHA256 9953b12fe48363daa62f5b8edc7309f8bd3b6e515a55b562bbb07776f3fe8e85
MD5 a5564662f7d67865b9491fdf7efb9a03
BLAKE2b-256 048aa64b31a521f2bdf320370648989585601a77488ef99451b8a27e3007de3d

See more details on using hashes here.

Provenance

File details

Details for the file django_auto_permissions-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for django_auto_permissions-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 5212548e9d2af58f5b9dc8aa77e9d319e2b4ee9218c307e3182aae96763bd30a
MD5 1569fc49018693869cdd7d52593e58d1
BLAKE2b-256 1ebb6143c2166ee012f87a686b816a08dd142ed7d5959abe5790a1b65c38bdf5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page