Yes, i have checked this article many times. It tells you how to implement 
user model to handle multiple user types not on how the apps should be laid 
out in that case. 

My question was if you have 5 types of users in your website and each user 
has different interfaces and tasks to perform. Should code layout be with 
one Django app or split up into 5 apps along with the common app which 
handles the common functionality?


On Monday, October 14, 2019 at 8:11:46 AM UTC+5, Joalbert Palacios wrote:
>
> I think you don't need several apps for each user type. You have different 
> ways to approach it, one could be used with permisology policy for each 
> model and each user type in the Django app, other one could be managing the 
> policies by yourself. 
>
> I suggest to search in Google a entry in the blog 
> simpleisbetterthancomplex.com ir read documentation in django for further 
> details.
>
> I hope this helps.
>
>  
>
> On Sun, Oct 13, 2019, 8:33 PM test user <redma...@gmail.com <javascript:>> 
> wrote:
>
>> Hi,
>>
>> I have got multiple user types(around 4 to 5) in my Django project. 
>> Should i make separate Django app for each user type? Each user type will 
>> have different interface after they log into the website.
>>
>> -- 
>> 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...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/f7dc3b18-ab79-42ea-9ba2-7d3b2b8187fb%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/f7dc3b18-ab79-42ea-9ba2-7d3b2b8187fb%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/76a5c431-c69e-49f5-beca-8ae883bf0997%40googlegroups.com.

Reply via email to