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

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, > wrot

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-03 Thread Nosa Omorodion
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: > >> I am currently trying to consume the Microsoft Office365 API and Expose >> it via

Re: Getting " ConnectionAbortedError: [ WinError 10053] " while using Django Email in a POST request

2020-01-16 Thread Nosa Omorodion
Have you tried sending this mail from the user model? Using the post save signal On Thu, Jan 16, 2020, 9:53 PM Jose Chacón wrote: > Hello guys , i've came across to this error while using django email in a > method which is fired after a post request to register new users . The goal > of this m