How to create an individual instagram message into threads?

2023-08-27 Thread Ram
Hi, We are using Instagram clone messaging in our ecommerce application where users contact each other about market place item (sell/buy items). Once the messaging started between two users on an item 1. we want to keep the further messaging regarding that item to be continued like an email thread

Re: How to access gmail

2023-08-27 Thread Carl Karsten
Assuming the question is: "How do I send mail using my gmail account?" ret = connection.send_messages([email]) https://github.com/CarlFK/veyepar/blob/master/dj/scripts/email_ab.py#L140 In my local_settings.py: EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EM

Re: How to access gmail

2023-08-27 Thread 'Kasper Laudrup' via Django users
On 26/08/2023 13.59, TASLIMA S wrote: Dear friends, I am developing an email signature web application. How to access gmail mails to my application. https://developers.google.com/gmail/api/guides Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Goo

Re: Digest for django-users@googlegroups.com - 6 updates in 3 topics

2023-08-27 Thread johnc711
Document [image: awaymail logo white] I'm Currently Away Thanks for your email. I am away from my email until: Monday, August 28th 7AM Thanks for your message. I am currently away from checking email. I will be back to check email on . If you need to reach me, please click here. Breakthrough

Re: UpdateView and DeleteView

2023-08-27 Thread 'Simon Connah' via Django users
Will do! Thank you for your help. --- Original Message --- On Saturday, August 26th, 2023 at 19:30, Ruby wrote: > I'm glad it worked out,Consider using LoginRequiredMixin to ensure that > current user is authenticated before accessing the view. > > > On Sat, Aug 26, 2023, 16:23 'S