Re: Replay your Django app

2024-10-02 Thread Ravindra Magar
Yes. Interested. On Wed, Oct 2, 2024, 7:37 PM Henry Yates wrote: > https://retracesoftware.com allows you to record and replay your Django > app. It is a massive time saver, enabling you to investigate bugs and flaky > tests with perfect reproducibility. > > We have an initial user group. Member

Freelance Opportunity: Django Developer for School Management System Project

2024-03-27 Thread Ravindra Magar
Dear Developers, I hope this message finds you well. My name is Ravindra, representing Gosiddhi Infotech. Currently, we have an exciting freelance opportunity available for a Django developer to collaborate on a significant project involving the creation of a comprehensive school management system

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

2024-02-19 Thread Ravindra Magar
I am interested. On Mon, Feb 19, 2024, 5:55 PM Go-siddhi wrote: > I am Interested. > > On Mon, Feb 19, 2024, 2:02 PM Theresa Taye > wrote: > >> I am interested >> >> On Sun, Feb 18, 2024, 5:48 PM SURAJ TIWARI >> wrote: >> >>> 🚀 Join Our Django WhatsApp Bulk Messaging Project! >>> >>> 👋 Hello e

i am getting this error when i try to search in admin panel

2023-05-18 Thread Ravindra Magar
i am getting this error when i try to search in admin panel FieldError at /admin/school/center/ Unsupported lookup 'icontains' for ForeignKey or join on the field not permitted. admin.py @admin.register(Center) class CenterAdmin(ImportExportModelAdmin, admin.ModelAdmin): list_display = ('id'

How to get data from another function in view to show it on template ?

2023-04-04 Thread Ravindra Magar
How to get data from another function in view to show it on a template? -- 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