drf-role 1.0.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

drfrole 1.0.0

drf_role is a small, simple and lightweight role manager who can manage READ/WRITE & NoAccess permissions
for each role. It basically work with DRF internal system like permission class, object level permission, etc.
Detailed documentation is in the “docs” directory.

Quick start

Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'drf_role',
]

Include the polls URLconf in your project urls.py like this:
url(r'^api/<YOUR VERSION NUMBER>/drf-role/', include('drf_role.urls')),

Run python manage.py migrate to create the drf_role models.

Start the development server and visit,
http://127.0.0.1:8000/api/v1/roles/
http://127.0.0.1:8000/api/v1/permissions/
http://127.0.0.1:8000/api/v1/accesses/
http://127.0.0.1:8000/api/v1/all-urls/




Please look up on docs for details…

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.