Re: Google Authentication code

2022-07-25 Thread Ryan Nowakowski
Your question is a little unclear but I'm assuming that you are trying to add Google authentication to your Django project. I've used: https://python-social-auth.readthedocs.io/en/latest/ ...with good results in the past. I've also heard good things about: https://django-allauth.readthedocs.io/

Re: Bug Request!

2022-07-25 Thread Ryan Nowakowski
You'll definitely want to include the actual exceptions and warnings that are occurring in your bug report. On July 25, 2022 9:05:53 AM CDT, Ken Booo wrote: >Here, I caught a one bug on Django-->4.0.6 >There is no argumented support and base_dir is having exemptions causing >warnings![image: Wha

Bug Request!

2022-07-25 Thread Ken Booo
Here, I caught a one bug on Django-->4.0.6 There is no argumented support and base_dir is having exemptions causing warnings![image: WhatsApp Image 2022-07-18 at 11.59.01 AM.jpeg] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

hello users

2022-07-25 Thread Aliyu Muazu
i'm currently new here, any guide up on where to start. thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view

Queryset for get all objects with count of some of them.

2022-07-25 Thread Sencer Hamarat
Hi, Is there a way to get all model objects, but including count of some of them within one db transaction. Say, I have this model: class AModel(models.Model): field_choices = ( (0, "a"), (1, "b"), (2, "c") ) field_one = models.CharField(max_length=32) fi

Re: Help to implement join query in django orm

2022-07-25 Thread 'Amitesh Sahay' via Django users
10. How to perform join operations in django ORM? — Django ORM Cookbook 2.0 documentation (agiliq.com) Try this On Monday, 25 July, 2022 at 01:18:44 pm IST, Mihir Patel wrote: is anyone having login issue? , i am unable to authenticate a user in my website On Sun, Jul 24, 2022 at

Re: Help to implement join query in django orm

2022-07-25 Thread Mihir Patel
is anyone having login issue? , i am unable to authenticate a user in my website On Sun, Jul 24, 2022 at 10:37 PM Jitendra kumar Patra < jitendrapatra...@gmail.com> wrote: > Ping me 7008080545 > > On Fri, 22 Jul, 2022, 12:16 Avi shah, wrote: > >> I have two tables >> Tbl 1 >> & >> Tbl 2 >> >> I