Closed simeon49 closed 3 years ago
any one help?
Hi @simeon49, yes, I believe this project is capable of doing something like what you described. But that's pretty what most permission libraries you find [including the default django permissions tooling] will do, so I suggest you study the docs and play with the library before you decide if it fits your needs
Hi @simeon49, yes, I believe this project is capable of doing something like what you described. But that's pretty what most permission libraries you find [including the default django permissions tooling] will do, so I suggest you study the docs and play with the library before you decide if it fits your needs
Thank you
I'm going to close this ticket for now, feel free to reopen it in case you have more questions :)
Hello everyone, we have the following requirements recently.
in departmet/models.py
in customer_resources/models.py
I want create a manager group for department A, the one who is in this group can "view", "change", ... all the customer resources that belong to department A.
Can I do this with this git project?