Help to implement join query in django orm

2022-07-21 Thread Avi shah
I have two tables Tbl 1 & Tbl 2 I need to connect the two tables using a join Thanks and regards, Avi shah -- 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 dja

Re: problems with forms.py in django

2022-07-21 Thread Mihir Patel
I will send it to you tomorrow, right now, unable to access laptop so, sorry btw thanx for the help., I will send to you views.py tomorrow. On Thu, 21 Jul, 2022, 11:22 pm Lakshyaraj Dash, < dashlakshyaraj2...@gmail.com> wrote: > I'm asking for the source code of your project. You can send it pers

Re: problems with forms.py in django

2022-07-21 Thread Lakshyaraj Dash
I'm asking for the source code of your project. You can send it personally at dashlakshyaraj...@gmail.com On Thu, 21 Jul, 2022, 23:17 Mihir Patel, wrote: > It is an inbuilt file which comes during installation in > django.contrib.auth- forms.py, try to replace this file in your existing > django

Re: problems with forms.py in django

2022-07-21 Thread Mihir Patel
It is an inbuilt file which comes during installation in django.contrib.auth- forms.py, try to replace this file in your existing django folder by taking backup your old forms.py, let me know if you having any problem, i am using vscode for development purpose, it shows me 162 errors in terminal wh

Re: problems with forms.py in django

2022-07-21 Thread Lakshyaraj Dash
Please share your authentication code / your project's source code with me at dashlakshyaraj2...@gmail.com. I'll not share your code with anyone else. Trust me Thanks & Regards Lakshyaraj Dash On Thu, 21 Jul, 2022, 22:44 Mihir Patel, wrote: > i am using vscode for webdevelopment, i am having lo

Re: Hiring experienced Python + Django engineer

2022-07-21 Thread DJANGO DEVELOPER
Hi Mathew! I have just applied on the provided email. would love to work with an interesting team of professionals. On Thu, Jul 21, 2022 at 10:14 PM Matthew Sherman wrote: > Hi folks! My company, Clarity (claritytuition.com) is looking to fill a > Senior Software Engineer role. We are building a

Hiring experienced Python + Django engineer

2022-07-21 Thread Matthew Sherman
Hi folks! My company, Clarity (claritytuition.com) is looking to fill a Senior Software Engineer role. We are building a financial aid platform to simplify the process of applying and obtaining financial aid for families, as well as provide tools for schools to think more like the businesses tha

Re: Role based Authentication

2022-07-21 Thread Mihir Patel
i am unable to authenticate normal user, can anyone help me?, when i try to normal user login in, it show's me same login page after putting right credentials, when i checked built in authenticationform in django folder in vscode it show's me 162 errors in terminal, can anyone help, what problem

Re: problem

2022-07-21 Thread Lakshyaraj Dash
There's a info attr to messages but the the thing is in the syntax. He has another curve bracket inside his messages syntax On Thu, 21 Jul, 2022, 08:59 Abdul Qoyyuum, wrote: > Maybe print your "messages" and confirm if there's no "info" attribute or > method to it. > > On Wed, Jul 20, 2022 at 11

Re: How to use Authentication in DRF

2022-07-21 Thread Ammar Mohammed
How is your login view working ? Or this is your login view ? Please share the whole app views and urls. (I suggest using DRF class based views as it's alot useful and helpful when it comes to authentication and permissions) Regards, -- Ammar Mohammed On 21 Jul 2022 08:24, "Salima Begum" wrote

Re: Need help on reducing cognitive complexity

2022-07-21 Thread Michael Thomas
Personally I think the code has a very weird "smell"... Assuming you don't have any way of rewriting the calling code and are stuck with editing this single method, I'd suggest something along the lines of: @staticmethod def in_circle_check(obj_type, item, uuid): if obj_type not in ['trees', '