Re: Looking for collaborators for an online marketplace project with Python, Django, React.js and Next.js

2024-02-12 Thread Faisal Mahmood
I will be there 壟 On Mon, Feb 12, 2024, 12:33 PM Brian Odhiambo wrote: > Hello, > I'm interested > > On Mon, Feb 12, 2024 at 10:18 AM Amen Guda wrote: > >> Hey I’m interested add me thank you add me 0944365493 >> >> On Sun, Feb 11, 2024 at 11:38 PM Jorge Bueno >> wrote: >> >>> Thank you for

Re: Looking for collaborators for an online marketplace project with Python, Django, React.js and Next.js

2024-02-12 Thread Faisal Mahmood
You can translate it  On Mon, Feb 12, 2024, 4:51 PM Joseph Emeka wrote: > Am ready to collaborate with add me to the WhatsApp group on +2348183209325 > > On Saturday, February 10, 2024 at 5:55:24 PM UTC+1 Jorge Bueno wrote: > >> The project: >> >> I am working on an exciting project that I

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-02 Thread Faisal Mahmood
You will have me  +923013181026 Hi, I'm a Data Analyst & Full-Stack Django Developer. I Have Gained a Bunch of Versatile Skills I have worked with big data and relates databases. My Core Skills: Git, Python, Django,R, Big DATA Html, CSS, Bootstraps5, JavaScript Excel, Word, Google Sheets,

Re: View "functions" that are callables?

2024-05-15 Thread Faisal Mahmood
Yes, in Django, a view function in a URLconf can indeed be a callable that is not necessarily a function. You can use classes with a `__call__` method as views, often referred to as class-based views (CBVs). Class-based views offer more flexibility and organization than function-based views in