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

2021-05-09 Thread John McClain
Hello Ammar, we're stuck, have been for days We have nginx set in ec2 instance but cannot get the ssl to slip in. I copied in Divy who is also working to get this solved any help would be appreciated can you help me with this or provide any documentation On Sat, 8 May 2021 at 10:16, Ammar

Re: Threading videos one after the other

2021-05-09 Thread מוריה יצחקי
Moriya Thanks to all the helpers ‫בתאריך יום א׳, 9 במאי 2021 ב-20:14 מאת ‪Gabriel Araya Garcia‬‏ <‪ gabrielaraya2...@gmail.com‬‏>:‬ > At first, what's your name? So I know Who answering to > > El dom., 9 may. 2021 11:50, Ryan Nowakowski > escribió: > >> Note: I googled for "HTML video

Re: Threading videos one after the other

2021-05-09 Thread Gabriel Araya Garcia
At first, what's your name? So I know Who answering to El dom., 9 may. 2021 11:50, Ryan Nowakowski escribió: > Note: I googled for "HTML video playlist" > > On May 9, 2021 10:41:28 AM CDT, Ryan Nowakowski > wrote: >> >> https://stackoverflow.com/a/2552131/226697 >> >> On May 8, 2021 2:12:15 PM

Re: Threading videos one after the other

2021-05-09 Thread Ryan Nowakowski
Note: I googled for "HTML video playlist" On May 9, 2021 10:41:28 AM CDT, Ryan Nowakowski wrote: >https://stackoverflow.com/a/2552131/226697 > >On May 8, 2021 2:12:15 PM CDT, "מוריה יצחקי" >wrote: >>Hi >>Thanks to all the helpers >>I got from the Python file to the HTML file a list of URLs that

Re: Threading videos one after the other

2021-05-09 Thread Ryan Nowakowski
https://stackoverflow.com/a/2552131/226697 On May 8, 2021 2:12:15 PM CDT, "מוריה יצחקי" wrote: >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

Admin sidebar for change page

2021-05-09 Thread Mike Dewhirst
[Was: Admin layout getting too bulky - what to do?] Since I started the above thread I have upgraded some sites to Django 3.2.2. and today discovered there is now an Admin sidebar built right in. Bravo! I could never have done that. That doesn't really change what I would like while editing

Re: Conversion of web app to mobile app

2021-05-09 Thread Kelvin Sajere
Modern applications are built so you can from it create a web app, mobile app, or just about anything. I'm talking about building a backend API with Django Rest Framework or any other backend technology and then create a frontend web app, mobile app, or whatever by calling the API. On Sat, May 8,

Re: cannot assign to literal

2021-05-09 Thread Ennio Santos
Or just this: data = { 'form': = CarrosForm() } to the return render, you need to add the html template name. Em sexta-feira, 7 de maio de 2021 às 20:22:09 UTC-3, lipede...@gmail.com escreveu: > Try data['form'] =Carossform() > > On Fri, May 7, 2021, 6:33 PM Rodrigo Alves wrote: > >> Boa