Re: "strange" permission requirements

2010-10-10 Thread stargazer
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

Re: "strange" permission requirements

2010-10-09 Thread Michael
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

"strange" permission requirements

2010-10-09 Thread stargazer
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