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

2021-09-17 Thread hey there
python 3.2.6 django 3.2.7 cx_oracle 8 On Sat, 18 Sep 2021, 2:25 am hey there, wrote: > hi > > i am also stuck > > On Monday, May 10, 2021 at 12:21:25 AM UTC+5:30 jmccla...@gmail.com wrote: > >> Hello Ammar, >> >> we're stuck, have been for days >> >> We have nginx set in ec2 instance but canno

Hi How to setup mod_wsgi in httpd and ssl of cloudflare within oracle autonomous Linux 7.9?

2021-09-17 Thread hey there
Hi How to setup mod_wsgi in httpd and ssl of cloudflare within oracle autonomous Linux 7.9? -- 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+u

aws cognito based authentications

2021-09-17 Thread hey there
hi python 3.2.6 django 3.2.7 cx_oracle 8 aws cognito based authentications across different domain and different framework ? -- 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, se

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

2021-09-17 Thread hey there
hi i am also stuck On Monday, May 10, 2021 at 12:21:25 AM UTC+5:30 jmccla...@gmail.com wrote: > 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 wou

Re: Error on import psycopg2

2021-09-17 Thread Aashish Kumar
install this package 👇 pip install psycopg2-binary It works perfectly On Wed, 15 Sep 2021 at 9:40 PM, 'Maryam Yousaf' via Django users < django-users@googlegroups.com> wrote: > Hello, > > I need psycopg2 for postgres database in django. While installing it, I am > getting below error. I tried e

Re: Error on import psycopg2

2021-09-17 Thread 'Maryam Yousaf' via Django users
Thank you all. It was resolved by making new virtual environment and installing it again On Fri, Sep 17, 2021, 6:47 PM Vinay Bagare wrote: > Try > > >> psycopg2-binary > > Best, > Vinay Bagare > > Sent from my iPhone > > > On Sep 15, 2021, at 12:15 PM, Kasper Laudrup > wrote: > > > > On 15/09/

Re: Error on import psycopg2

2021-09-17 Thread Vinay Bagare
Try >> psycopg2-binary Best, Vinay Bagare Sent from my iPhone > On Sep 15, 2021, at 12:15 PM, Kasper Laudrup wrote: > > On 15/09/2021 16.40, 'Maryam Yousaf' via Django users wrote: >> Hello, >> I need psycopg2 for postgres database in django. While installing it, I am >> getting below erro

Re: Djongo 1.3.6

2021-09-17 Thread Dev femibadmus
maybe in ur model where a column as empty parameters, give null=True On Thu, Sep 16, 2021, 6:46 PM Hour of Glory wrote: > Check your model table very well, I'm sure is from there > > On Sat, Sep 4, 2021, 10:19 AM Dtr Prasad wrote: > >> in my new project, >> when i tried to migrate i.e python ma