Search code examples
pythondjangoaccount

Multiple users authentication with one account in Python Django?


I want to make an app where ie 5 users can use one account, these users should have different permissions within this account, and one of them should have Admin permissions (create users connected to account, delete users). Which way should I move to?


Solution

  • Look into Django-Organizations