I have an app with multiple users from different companies.
I need to restrict access such that certain users from certain companies can only see model objets
relevant to their company.
For e.g. when I display a drop-down in a template, I want the dropdown contents to be different for each user based on their predefined permissions.
I am not a developer so I may be reading the Django documentation poorly, but if I were to guess it doesn't seem possible.
If indeed it is not straight forward via Django built-ins, is there any clever workaround?