Re: Deploy a finished django application

2020-12-03 Thread Raghavendra AK
hi, i think this can help you.. https://www.youtube.com/watch?v=nh1ynJGJuT8 *Best regards,Raghavendra AKCell: +91 7676 363642* On Thu, Dec 3, 2020 at 3:15 PM Eugene TUYIZERE wrote: > Dear Kasper, > > Thank you very much for your reply. Actually I did not deploy anyweb app. > The strong sec

Django rest framework saas project

2020-07-14 Thread Raghavendra AK
Users must be able to… 1. signup. A Company should be created. 2. create other users in the same company. 3. see a list of users from the same company 4. Company can view all users data. 5. Company can create Department, 6. add new users, that users only related main company 7. add roles to user(

I need help on Keycloak with django

2020-06-12 Thread Raghavendra AK
I'm training to implement keycloak with django using https://github.com/jhuapl-boss/boss-oidc but getting error : *Could not import 'path.to.function' for API setting 'LOAD_USER_ROLES'. ModuleNotFoundError: No module named 'path'* I really appreciate your help or any sample code -- You receiv