Re: Conversion of web app to mobile app

2021-05-08 Thread pankaj palmate
If you want a straight approach there are some sites which will make mobile app for your django webApp and they will send a link of the mobile app for free if you want only a trial but if you want to do from your side and want to publish on play store you can definitely do that with a simple code o

Conversion of web app to mobile app

2021-05-08 Thread Kopal Shrivastava
Hello, I wanted to create a mobile app using django but wanted to know if I should straight away work on a mobile app or work on a web app and then convert it into a mobile app. Also wanted to know how difficult and time taking is the process to convert a web app into mobile app. Thanks in adv

Threading videos one after the other

2021-05-08 Thread מוריה יצחקי
Hi Thanks to all the helpers I got from the Python file to the HTML file a list of URLs that are inside the arraysrc variable And I want to run all the videos one after the other ends up in the same place I tried to do as in the picture I attached but it runs all the videos at once, one next to

Re: issue with django forms

2021-05-08 Thread Kasper Laudrup
On 08/05/2021 10.32, Bharathwajan Rajendran wrote: > i am trying to build a blog with comments  > but i didnt know how to select a blog(foreign key) automatically ,i have > to select everytime when i post comments > Do you have a question you need help with? If so, try to spend some time on descr

Re: DRF simplejwt refresh access_token stored in httponlycookies

2021-05-08 Thread 'OCHIENG LEON' via Django users
Are you using Redux for State management? You could pass in the UserInfo which will include the refresh and access token to the states. On Sat, 8 May 2021, 5:49 am narendra...@gmail.com, < narendrathapa...@gmail.com> wrote: > i'm using django as my backend and react as frontend. i'm using simplej

issue with django forms

2021-05-08 Thread Bharathwajan Rajendran
i am trying to build a blog with comments but i didnt know how to select a blog(foreign key) automatically ,i have to select everytime when i post comments -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: need help integrating SSL with react/django web app

2021-05-08 Thread John McClain
i recently configured nginx, it wasn't part of the stack initially. I will try and work through it. I broke down and actually bought a cert so hopefully, it will solve the problems thanks for your feedback On Saturday 8 May 2021 at 10:17:27 UTC+1 amarb...@gmail.com wrote: > I am using Nginx as

Re: DRF simplejwt refresh access_token stored in httponlycookies

2021-05-08 Thread Michael Thomas
That depends a bit on the scope of your App and what you need to protect against. In a recent project of mine, for example, all authentication related code (including JWT retrieval/refresh) is within an iframe on a different origin. The client application requests an access token from the "auth" i

Re: need help integrating SSL with react/django web app

2021-05-08 Thread Ammar Mohammed
I am using Nginx as a proxy for my Django app and this method is working just fine. On Sat, May 8, 2021, 11:14 Ammar Mohammed wrote: > I think you're supposed to install the certificate in your web server > (Nginx, Apache). > Follow the manual to install it to your server and everything will be

Re: need help integrating SSL with react/django web app

2021-05-08 Thread Ammar Mohammed
I think you're supposed to install the certificate in your web server (Nginx, Apache). Follow the manual to install it to your server and everything will be fine. On Sat, May 8, 2021, 10:35 John McClain wrote: > Hello, > > I am having difficulties connecting SSL to my React/Python webapp > > I a

need help integrating SSL with react/django web app

2021-05-08 Thread John McClain
Hello, I am having difficulties connecting SSL to my React/Python webapp I am trying to integrate the PWA and am having difficulties getting the SSL to adopt to the app. Does anyone have experience with this? Cheers -- John McClain Cell: 085-1977-823 Skype: jmcclain0129 Email: jmcclain0...@g

Re: DRF simplejwt refresh access_token stored in httponlycookies

2021-05-08 Thread narendra thapa
Thank You @Michal Thomas, i was able to refresh a token now, But i got another confusion from your answer :D. Which is the best place to store a refresh token to make it secure? On Sat, May 8, 2021 at 12:20 PM Michael Thomas < michael.thomas.s...@gmail.com> wrote: > Generally speaking, storing a