django-staff-required

Django StaffRequiredMixin - request.user.is_staff==True required


Keywords
django, staff
License
Unlicense
Install
pip install django-staff-required==2020.7.1

Documentation

Installation

$ [sudo] pip install django-staff-required

Examples

from django_staff_required.views import StaffRequiredMixin

class MyView(StaffRequiredMixin,...):
    ...

readme42.com