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

2024-02-23 Thread Francis Akabo
I am interested in this project. Kindly get me started. Regards. On Sun, Feb 18, 2024 at 4:48 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?

I need help with getting latest object after filtering

2021-05-10 Thread Francis Akabo
Hi Everyone! I am working on a project that is supposed to allow users to transfer files amongst each other. A transferred file can only be viewed by the user to whom the file has been transferred or an is_staff account. *My Model* class File(models.Model): TYPES = ( ('GENERAL', 'General'),