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
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 19:
*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 budd
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 k
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.
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 could
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 f
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:
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:
>
> *MyModal.obje
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
--
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 <
django-users@googlegroups.com>
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.
https://myaccou
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 working.
13 matches
Mail list logo