Hi Delcio

On Feb 23, 10:43 am, Delcio Torres <delciotor...@gmail.com> wrote:
> Dear Sirs,
>
> Maybe this is a concept question, but here we go.
>
> I'm doing test development to learn django and using admin for everything.
>
> This is a Company/Employee/HeathInsurance CRUD system.
>
> The main ideia is that I want to provide this for different companies and
> still not allow them to see each others registers.
>
> A Django Admin user , should belong to Company or be associated with it
> somehow and only see the registers created by other members of the same
> company.
>
...
looks we share the same interest/need.

My Scenario is to build what I will call it as 'Second Level Auth'.
I Made a copy of User and Group, and modified Permission to have one
more field 'is_delegate'

What I try to do is to enable each company 'admin' to CRUD and Assign
permission to users under their company.

check my thread 
https://groups.google.com/group/django-users/browse_thread/thread/d3c508ce2a0f2dec

Sincerely
-bino-

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to