I want to make a role based user in Django like the following :- 

User with Subscription level 0 will have some feature and some basic fields 
like first name , last name etc. 
User with Subscription level 1 will have some more feature and some extra 
fields  like tax-id , national id , nationality, is_disable etc . 
User with Subscription level 2 will have more features with all the fields 
with the fields with same as fields of Subscription level 1 since he has 
already subscribed only he is upgrading.
User with Subscription level 3 will have more feature with all the fields 
with the fields same above .

How do i make the user model and related this relate to its role , and how 
do i be able to set permission for different user ?

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4bdc5c54-5c90-4515-b977-30fcb612b3ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to