I
I
Ivan Soshnikov2014-08-11 21:14:14
Django
Ivan Soshnikov, 2014-08-11 21:14:14

Does Django have a standard access control based on group membership?

I don't find something like
@groups_required(['managers', 'newsmakers'], url_403='')
def add_news_view(request):
...
Is there such a thing in 1.6.5 or should I draw it myself?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2014-08-11
@syschel

Check out this page:
Permissions and Authorization

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question