Re: Difficulty Rendering a Form

2023-05-17 Thread Michael Starr
I disagree. I think it's a mess. Also I'm banned from youtube for posting spoken word poems. Thank you for being useless. Mike On Tuesday, May 16, 2023 at 12:06:23 PM UTC-7 Ammar Mohammed wrote: > Hi Mr Starr > The documentation is very clear and helpful. > Check the forms section > >

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
thank you )) On Thu, May 18, 2023 at 9:52 AM Vishesh Mangla wrote: > > https://medium.com/@manglavishesh64/using-gmail-smtp-with-3rd-party-apps-be3e15f4a7fc > > On Wed, 17 May, 2023, 19:50 Chelsea Fan, > wrote: > >> how can I find your medium stories? >> >> On Wed, May 17, 2023 at 7:09 PM

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
https://medium.com/@manglavishesh64/using-gmail-smtp-with-3rd-party-apps-be3e15f4a7fc On Wed, 17 May, 2023, 19:50 Chelsea Fan, wrote: > how can I find your medium stories? > > On Wed, May 17, 2023 at 7:09 PM Vishesh Mangla > wrote: > >> You can't use SMTP with Google. >> You need to use oauth

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
Dear Vishesh, You can use SMTP login with 2FA. I've also built many applications using SMTP On Wed, May 17, 2023, 19:39 Vishesh Mangla wrote: > You can't use SMTP with Google. > You need to use oauth through Google cloud platform. Actually there is one > way to use SMTP with Google to login

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
Bro if so then check the email address with which you created your app password and the email address used by your application. Thanks and regards Lakshyaraj Dash On Wed, May 17, 2023, 19:35 Chelsea Fan wrote: > I deleted all passwords and thhen created new password but nothig was > happen > >

Re: Queying 3 tables in Django

2023-05-17 Thread Oduwa Imade
I want to say thanks to all respondents. I got my code working now. I picked up Python/Django about 3weeks and one of the best decisions I've made so far is joining this community. Gracias! On Saturday, May 13, 2023 at 10:55:36 PM UTC+1 Oduwa Imade wrote: > Hello Guys! How do I write a model

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
how can I find your medium stories? On Wed, May 17, 2023 at 7:09 PM Vishesh Mangla wrote: > You can't use SMTP with Google. > You need to use oauth through Google cloud platform. Actually there is one > way to use SMTP with Google to login through third party apps. Check out my > stories on

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
You can't use SMTP with Google. You need to use oauth through Google cloud platform. Actually there is one way to use SMTP with Google to login through third party apps. Check out my stories on medium. I had written one for a solution. On Wed, 17 May, 2023, 19:36 Vishesh Mangla, wrote: > Are

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
yeah On Wed, May 17, 2023 at 7:07 PM Vishesh Mangla wrote: > Are you logging through Gmail? > > On Wed, 17 May, 2023, 19:35 Chelsea Fan, > wrote: > >> I deleted all passwords and thhen created new password but nothig was >> happen >> >> On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < >>

Re: django smtp.gmail error

2023-05-17 Thread Vishesh Mangla
Are you logging through Gmail? On Wed, 17 May, 2023, 19:35 Chelsea Fan, wrote: > I deleted all passwords and thhen created new password but nothig was > happen > > On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < > dashlakshyaraj2...@gmail.com> wrote: > >> First verify if the email through

Re: django smtp.gmail error

2023-05-17 Thread Chelsea Fan
I deleted all passwords and thhen created new password but nothig was happen On Wed, May 17, 2023 at 6:54 PM Lakshyaraj Dash < dashlakshyaraj2...@gmail.com> wrote: > First verify if the email through which the app password was created is > same or different. If different then it will not work. >

Re: django smtp.gmail error

2023-05-17 Thread Lakshyaraj Dash
First verify if the email through which the app password was created is same or different. If different then it will not work. OR Please recreate a new app and copy the password again and enter. Thanks and Regards Lakshyaraj Dash On Wed, May 17, 2023, 19:17 Chelsea Fan wrote: > how can I solve

django smtp.gmail error

2023-05-17 Thread Chelsea Fan
how can I solve this? I enabled 2fa then created app password but it does not work. smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials ev21-20020a17090729d500b00965b416585bsm12337451ejc.118 -

Re: Migration don't work

2023-05-17 Thread Chetan Ganji
it seems to be that you have an app in the project named order and it should have a migration file named 0008_auto_20190301_1035. 0008_auto_20190301_1035 seems to be absent for some reasons. You should check and confirm that. Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gmail.com

Migration don't work

2023-05-17 Thread sebasti...@gmail.com
I get on migration following error: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File