Re: Single Sign On in Django

2022-11-14 Thread venkat Bukka
Hello Carlos Rocha, Thank you for your email, could you please provide me with any example project if possible that would really help me. Thank you!! Regards B V Suresh On Thu, 10 Nov 2022 at 20:22, carlos wrote: > Hi, try use this > https://github.com/divio/django-simple-sso > >

Re: ValueError: invalid literal for int() with base 10: '127.0.0.1:3306'

2022-11-14 Thread 'Kasper Laudrup' via Django users
On 14/11/2022 13.09, bloomlync monisha wrote:  Hello Everyone,                     I was facing an error while I am trying to connect the database through mysql, when I run the database I got this below mentioned error, here i attached the cmd screenshot and coding screenshot for you

Re: Django-tenants-schema and django-tenant

2022-11-14 Thread David Emanuel Sandoval
I work on a project using django tenants, so i know it works on heroku. I just dont know how it was configured in the "dns" part. El lun, 14 nov 2022 11:43, Alejandro hurtado chacñama escribió: > 1:in your nginx configuration you should add something like: > *server_name *.mydomain.com

Re: Django-tenants-schema and django-tenant

2022-11-14 Thread Alejandro hurtado chacñama
1:in your nginx configuration you should add something like: *server_name *.mydomain.com mydomain.com IP-server;* 2: in my case at the dns level I also add as class A, all the records of the subdomain. You have to do this where your domain is, I don't know if it can be configured in heroku El

Re: Email Sending In Django not working

2022-11-14 Thread peteru mimo
Thank you all i have figure it out. EMAIL_HOST = 'smtp.google.com' instead of EMAIL_HOST = 'smtp.gmail.com ' On Monday, November 14, 2022 at 1:43:24 PM UTC+1 dashlaksh...@gmail.com wrote: > The app name can be any name > > On Mon, Nov 14, 2022, 18:11 peterumimo2

Re: Email Sending In Django not working

2022-11-14 Thread Lakshyaraj Dash
The app name can be any name On Mon, Nov 14, 2022, 18:11 peterumimo2 wrote: > I have watched the video please the app name must be any name or your > project name > > > > Sent from my Samsung Galaxy smartphone. > > Original message > From: Lakshyaraj Dash > Date: 14/11/2022

Re: Email Sending In Django not working

2022-11-14 Thread peterumimo2
I have watched the video please the app name must be any name or your project nameSent from my Samsung Galaxy smartphone. Original message From: Lakshyaraj Dash Date: 14/11/2022 13:16 (GMT+01:00) To: django-users@googlegroups.com Subject: Re: Email Sending In Django not

Re: Email Sending In Django not working

2022-11-14 Thread Lakshyaraj Dash
Please watch this video and ensure that you've properly configured the port numbers also your email address and password. *Note: Your email password should be the app password generated no your actual Gmail password* https://youtu.be/uVDq4VOBMNM On Mon, Nov 14, 2022, 17:41 peteru mimo wrote: >

Re: Email Sending In Django not working

2022-11-14 Thread peteru mimo
I have done all this still not working On Wednesday, November 9, 2022 at 4:34:49 PM UTC+1 dashlaksh...@gmail.com wrote: > Even if Google has stopped the support, emails can be still sent using two > step verification and generating app passwords after enabling two step > verification. Please