Manage multiple accounts in different companies with django

545 Views Asked by At

I'm learning and working with django less than a year ago. Now I have to develop a site managing multiple users separated by many different companies. I've recently found django-organizations package which seems suitable for this application, I have read the complete documentation in readthedocs, but I can't find simple working example apps to start trying, and the activity on communities like stackoverflow on this subject seems to have decayed two years ago.

Please can anybody tell me if django-organizations is an updated package, compatible with last python and django versions, and provide a source of simple “Hello World”-like examples.

Or, by the other hand, please suggest me the best way/library to manage signup, login, permissions, etc,in a multiple users – multiple company Django web application.

0

There are 0 best solutions below