Thanks, will look at this!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more opt
It's kind of hard to tell what you are trying to do by the description
you have, but you can check out my app:
https://bitbucket.org/mhall119/django-extauth/wiki/Home
It will let you create user roles like "document owner", and then set
your specific permissions to the role. Then, in your code, y
It seems I have to implement quite complex permission system and I
want to avoid writing many if- statements... Let me describe:
There are two types of users in the application. Let say users of type
A and B
Users of type A (like a authors of a blog) can create let say a
Document (could be simila
3 matches
Mail list logo