Re: Forbidden (403) - CSRF verification failed. Request aborted.

2022-11-25 Thread Mark Gensler
Try adding your ngrok domain to the list of CSRF_TRUSTED_ORIGINS: https://docs.djangoproject.com/en/4.1/ref/settings/#csrf-trusted-origins E.g. assuming you're using https: CSRF_TRUSTED_ORIGINS = ["https://*.ngrok.io;] On Wednesday, November 23, 2022 at 2:22:14 PM UTC dhana...@gmail.com wrote:

Re: Heroku Timeout When Sending Emails

2022-11-25 Thread Annadatha Rao
You can create timer event with delay of x seconds and try. Annadatha. On Fri, Nov 25, 2022, 9:33 PM Lightning Bit < thelegendofearthretu...@gmail.com> wrote: > Heroku timesout and says application error when sending emails to 100+ > customers. How can this be resolved with Django? Does Heroku

Re: Django rest framework

2022-11-25 Thread M Adnan
Message in the group if no body will help than I will guide you in group I am in admin in group On Fri, 25 Nov 2022, 10:02 pm Pooja Kumari, wrote: > Yeah.. I'm already in group. > > On Fri, Nov 25, 2022, 10:29 PM M Adnan wrote: > >> https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 >> >> >> >>

Re: Django rest framework

2022-11-25 Thread Devang
Follow this website https://www.cdrf.co/ It has all cheat sheet. If you you want to implement login and signup please use either rest-auth or dj-rest-auth package On Fri, 25 Nov 2022, 22:39 M Adnan, wrote: > Message in the group if no body will help than I will guide you in group I > am in

RE: Django rest framework

2022-11-25 Thread Ayanfe
You can use Django rest framework and jwt authentication. Once you understand Django rest framework  you can watch this Youtube video by Denis Ivy,  It explains jwt authentication with Django very well. Sent from Mail for Windows From: Pooja KumariSent: Friday, November 25, 2022 5:56 PMTo:

Re: Django rest framework

2022-11-25 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join this group to discuss all django query here all the developers will help of you On Fri, 25 Nov 2022, 9:56 pm Pooja Kumari, wrote: > Hello.. Can anybody help me with APIs in django? I have to create > registration and login APIs but my

Re: Django rest framework

2022-11-25 Thread Fortune Osho
It depend on what form of authentication you want to use e.g Session based authentication, token based. But would recommend token based authentication. Check out Django Rest Framework simple jwt On Fri, Nov 25, 2022 at 5:56 PM Pooja Kumari wrote: > Hello.. Can anybody help me with APIs in

Django rest framework

2022-11-25 Thread Pooja Kumari
Hello.. Can anybody help me with APIs in django? I have to create registration and login APIs but my concepts are not clear yet. Any reference will be enough also. Thank you... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Django rest framework

2022-11-25 Thread Pooja Kumari
Yeah.. I'm already in group. On Fri, Nov 25, 2022, 10:29 PM M Adnan wrote: > https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 > > > > Join this group to discuss all django query here all the developers will > help of you > > On Fri, 25 Nov 2022, 9:56 pm Pooja Kumari, > wrote: > >> Hello.. Can

Heroku Timeout When Sending Emails

2022-11-25 Thread Lightning Bit
Heroku timesout and says application error when sending emails to 100+ customers. How can this be resolved with Django? Does Heroku have an upgrade feature that will allow larger requests to be sent? -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django rest framework

2022-11-25 Thread Pooja Kumari
Thank you these references are very helpful On Fri, Nov 25, 2022, 11:16 PM Devang wrote: > Follow this website https://www.cdrf.co/ > It has all cheat sheet. > If you you want to implement login and signup please use either rest-auth > or dj-rest-auth package > > On Fri, 25 Nov 2022, 22:39 M