Good Morning. First, excuse my English, I hope to have been understood my question.
I'm new in this Django world. My question is more theoretical because I have little coded thing in the project. I am developing a system in which my clients are companies. Every company needs to have its isolated from other business data. My reasoning is to register each client (company) as a group within the Django auth system. Users of them would be users connected to this group. This line of thinking is correct? There is a decorators to limit access to the Group as a whole? In part of the Model link the data to a group is a good practice? Well there are many questions, more than all converge on the best way to use the Django users system for this type of need. thank you, -- 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 [email protected]. To post to this group, send email to [email protected]. 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/f4da23df-c7be-426a-b2fc-79ebe434c014%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

