Re: Telnet problem

2021-05-27 Thread Pankaj Jangid
Mostapha Bouderka writes: > send_mail), I had to initiate " telnet smtp.gmail.com 587 ", which worked > for a while, but now I can't get it to work. When I type this command in > the terminal, I get this error : > > Connecting To smtp.gmail.com...Could not open connection to the host, on > po

Re: Converting from AutoField to BigAutoField

2021-05-18 Thread Pankaj Jangid
Mike Dewhirst writes: > On 18/05/2021 3:18 pm, Mike Dewhirst wrote: >> On 18/05/2021 3:14 pm, Pankaj Jangid wrote: >>> I have an application from 3.1.x and in 3.2 we have to explicitly state >>> this to make it compatible i.e. without any warning:

Converting from AutoField to BigAutoField

2021-05-17 Thread Pankaj Jangid
do I just need to run migration? -- Regards, Pankaj Jangid -- 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+unsubscr...@googlegrou

Re: My replies are not reaching the list

2020-12-15 Thread Pankaj Jangid
Ari Davidow writes: > The list is more likely set up not to send your own responses to you. In > any event, this one message certainly reached the list. Yes. I was happy to see my message in the list. BTW I read the list via nntp gateway. So all messages, including mine, should appear in the lis

My replies are not reaching the list

2020-12-14 Thread Pankaj Jangid
Last time I posted a reply and it did not reach the list. This message is just to check if my posts are reaching here. Forgive me for the broadcast. But there is no way to contact the list owner/moderator. Regards -- You received this message because you are subscribed to the Google Groups "Dja

Re: How to securely store passwords used in backend code

2020-12-09 Thread Pankaj Jangid
Fenrir Sivar writes: > I inherited a django app that calls private APIs in a view to fetch some > data. The credentials or api keys are currently hardcoded in the source, > making it difficult to share. > What is the preferred way to store these kind of keys in a secure way only > accessible to t