Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-03 Thread Nosa Omorodion
Thank you guys. I would go through said docs and give feedback On Tue, Mar 3, 2020 at 2:37 PM Integr@te System wrote: > Hi Nosa, > > Plz check this doc to set up service-to-service call and thanks to > expert's doc above to perform your task. > > > https://docs.microsoft.com/en-us/office/office

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-03 Thread Integr@te System
Hi Nosa, Plz check this doc to set up service-to-service call and thanks to expert's doc above to perform your task. https://docs.microsoft.com/en-us/office/office-365-management-api/get-started-with-office-365-management-apis Hope it useful. On Sun, Mar 1, 2020, 19:56 Nosa Omorodion wrote:

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-02 Thread DANIEL URBANO DE LA RUA
https://realpython.com/manage-users-in-django-admin/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this disc

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-02 Thread Nosa Omorodion
Oh! I am actually done working on all my endpoints. This part of the application is something new to me. Struggling with it. On Sun, Mar 1, 2020, 3:07 PM Motaz Hejaze wrote: > This is a whole project you asking about > > On Sun, 1 Mar 2020, 2:56 pm Nosa Omorodion, > wrote: > >> I am currentl

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-01 Thread Motaz Hejaze
This is a whole project you asking about On Sun, 1 Mar 2020, 2:56 pm Nosa Omorodion, wrote: > I am currently trying to consume the Microsoft Office365 API and Expose it > via DRF to my frontend. > > I want to be able to: > >1. > >Give Role/Permissions to authenticated Users based off of

Integrating Django Rest Framework with Microsoft Office 365

2020-03-01 Thread Nosa Omorodion
I am currently trying to consume the Microsoft Office365 API and Expose it via DRF to my frontend. I want to be able to: 1. Give Role/Permissions to authenticated Users based off of Django already existing roles and Permission 2. Expose the APIs to my Angular frontend