Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-22 Thread praveen raj
Interested. Please include me. On Sun, 18 Feb, 2024, 10:18 pm SURAJ TIWARI, wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a meaningful

Re: Project together

2023-12-07 Thread praveen raj
Im interested On Thu, 23 Nov, 2023, 11:43 pm Youssef Bachraoui, < bachraouiyouss...@gmail.com> wrote: > Hi developer i search to make a group on WhatsApp to begin a project > together anyone interested about that? > > -- > You received this message because you are subscribed to the Google Groups

Uncaught TypeError: styled_default is not a function

2023-03-14 Thread praveen raj
Hi all, i'm trying to django-react application with postgres db but its giving me the following error: Uncaught TypeError: styled_default is not a function at Popper.js:11:20 [image: Capture1.PNG] here i'm using mui : [image: Capture2.PNG] -- You received this message because you are subsc

You do not have permission to perform this action

2023-03-10 Thread praveen raj
If I add a login required I get the error "You do not have permission to perform this action". How do I solve this problem? @login_required def resolve_all_projects(self,info,**kwargs): qs = Projects.objects.all() print(qs.query) return qs [image: Capture.PNG] --