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

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

display data

2020-03-01 Thread Perceval Maturure
Hi Team is there anyone who has tried to display data from a table to six different cards, when another record is added the first initialy is replaced ? regards -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users"

Re: display data

2020-03-01 Thread Kushal Neupane
Search render tag On Sun, Mar 1, 2020, 19:20 Perceval Maturure wrote: > Hi Team > is there anyone who has tried to display data from a table to six > different cards, when another record is added the first initialy is > replaced ? > regards > > > -- > *Perceval Maturure* > > *083 303 9423* > >

Re: Database connection not pointing to the correct database backend

2020-03-01 Thread maninder singh Kumar
Try using another user and password and not 'root' [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Sun, Mar 1, 2020 at 1:51 AM Cam wrote: > I'm running Ubuntu and I'm trying to create a small web-app connecting to

Re: Issue in the API while merging the two data frames

2020-03-01 Thread Integr@te System
Hi Devend, Would we consider the problem like math to solve, base on specific case to choose appropriate/mixing ways!? Look like: ... Break it down ... Take general parts -> solve it and/or transform discrete part -> solve it (assume special values like None, null, 0, var ... any if suitable)

Re: new to django

2020-03-01 Thread Omkar Parab
Here's the Perfect Django tutorial. >From development to production. https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p On Sun, Mar 1, 2020, 11:33 PM Gurjot Kawatra wrote: > hello everyone ...if anybody could help me out > my django server is started and i'm able

Re: How to do validation on a form which is opened by clicking a button

2020-03-01 Thread Sunil BK
Hey Guys Thanks for your reply!! I finally managed to get the code running. The reason for no showing up the validation messages was, that I my action within the form action method was set to POST. When I have switched that to GET, everything worked as expected. Thanks Sunil Am Freitag,

Re: Python Django Training

2020-03-01 Thread Gurjot Kawatra
hi, i'm interested in django training On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact

new to django

2020-03-01 Thread Gurjot Kawatra
hello everyone ...if anybody could help me out my django server is started and i'm able to see congratulation messege... now plz tell me the next step to create a project and run and watching output at the localhost:8000 -- You received this message because you are subscribed to the Google

Re: production setup

2020-03-01 Thread Soumen Khatua
Actually I'm storing this files in aws s3 bucket..but I want to know Is it a good practice to store all the images and documents inside media folder. On Sat 29 Feb, 2020, 6:45 PM Appu Yadav, wrote: > store image and documents in aws bucket or Google stroage > > On Sat, 29 Feb 2020, 10:25

Re: Python Django Training

2020-03-01 Thread amanda
I am interesting learn 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or share me there idea. > > Regards,

Re: new to django

2020-03-01 Thread Aditya Khatwa
Congratulations 1st step completed a 100 more to go. On Sun, 1 Mar 2020, 23:55 Omkar Parab, wrote: > Here's the Perfect Django tutorial. > From development to production. > > https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p > > On Sun, Mar 1, 2020, 11:33 PM Gurjot