Re: JOB

2023-10-16 Thread Balogun Awwal
Are you sure your smtp is correct Sent from awwalOn Oct 16, 2023, at 6:27 PM, Adesewa Lola wrote:Okay, thanks, Kasper.I want to try something in my Django project like whenever the user clicks the sign up button I want to send a mail to the user like Thank you for signing up but is not

Re: JOB

2023-10-16 Thread Lakshyaraj Dash
Follow this guide: https://www.geeksforgeeks.org/django-sign-up-and-login-with-confirmation-email-python/amp/ Kindly generate your app password as Google no longer supports usage of actual password in localhost app. This feature only works with 2FA enabled on your Google account.

Re: JOB

2023-10-16 Thread Adesewa Lola
Okay, thanks, Kasper. I want to try something in my Django project like whenever the user clicks the sign up button I want to send a mail to the user like Thank you for signing up but is not working. On Mon, Oct 16, 2023 at 6:10 PM 'Kasper Laudrup' via Django users <

Re: JOB

2023-10-16 Thread 'Kasper Laudrup' via Django users
On 15/10/2023 21.55, Adesewa Lola wrote: Hi currently i'm having issues with my django. We can all have issues with our django from time to time and it's nothing to be embarrassed about. Good that you are being honest about it. Hope you'll get better soon. Best regards, Kasper Laudrup --

Re: Django hosting

2023-10-16 Thread Sebastian Jung
You can view query like list = models object.filter() And then printout list.query Mansour Abdullahi Abdirahman schrieb am Mo., 16. Okt. 2023, 13:13: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we could do something like this: > >

Re: Django hosting

2023-10-16 Thread Adriano Machado
Ah, filtering by month using Django's ORM and the `DatetimeField` should generally work with the query you've provided: `MyModel.objects.filter(date_field__month=10)`. However, you mentioned that it's not working as expected. There could be several reasons for this hiccup, so let's explore a few:

Re: Django hosting

2023-10-16 Thread Mansour Abdullahi Abdirahman
Yes the syntax is correct as provided by the documentation of django, but it did not work. Do you have any solution for this? On Mon, 16 Oct 2023 at 14:25, Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > Based on django documentation, your syntax is correct. Are you sure that > the

Re: Django hosting

2023-10-16 Thread Muhammad Juwaini Abdul Rahman
Based on django documentation, your syntax is correct. Are you sure that the field name is correct? On Mon, 16 Oct 2023 at 19:13, Mansour Abdullahi Abdirahman < mansuurtech...@gmail.com> wrote: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we

Django hosting

2023-10-16 Thread Mansour Abdullahi Abdirahman
We have a DatetimeField in our modal , when we want to filter the month ( only the month ) we could do something like this: *MyModal.objects.filter(date_field__month=10)* But it did not work for so many as I remember, while I did some research still that problem stands and it's tiddling around.

Re: Looking for a Learning Buddy

2023-10-16 Thread Adriano Machado
Dear Shailesh, I was unaware that our group had the magical ability to irritate people so effortlessly! If the avalanche of emails is cramping your style, may I introduce you to the marvels of the 'Delete' or 'Next' buttons? They're groundbreaking! As for 'time-passing' in the group, you should

Re: Looking for a Learning Buddy

2023-10-16 Thread Shailesh Yadav
*What is this time pass going on? I'm feeling irritated by seeing continuous emails, and except for learning, everything is happening. I believe this group is created for genuine question/doubt solving, not for making time pass. So, please start self-studying if you're not finding any learning

Re: Looking for a Learning Buddy

2023-10-16 Thread Software, Web Developer
Would be happy to join as well On Mon, Oct 16, 2023, 11:06 Lakhjeet Samra wrote: > Hi John > > Thanks for your email. I am learning to develop websites with Django with > very little experiences . If this is any good then let’s become learning > buddies. > > Lakhjeet > > On 14 Oct 2023, at

Re: Looking for a Learning Buddy

2023-10-16 Thread Lakhjeet Samra
Hi John Thanks for your email. I am learning to develop websites with Django with very little experiences . If this is any good then let’s become learning buddies. Lakhjeet > On 14 Oct 2023, at 19:48, akabokwu chidera wrote: > > Am here bro, don't even have any idea about any language yet