Re: Internship

2019-11-27 Thread Kanyamahanga Hubert
Yes I am. Hubert On Wed, 27 Nov 2019 at 18:15, Karan Mittal wrote: > Yes Sir, > I am also up for intership role for remote work. > I have experience with remote work. > Do check out my LinkedIn profile: https://www.linkedin.com/in/karansmittal > > Thanks and Regards, > Karan Mittal > > On Wed,

Re: how to retrieve data from database using raw SQL not django ORM

2019-10-14 Thread Kanyamahanga Hubert
Your error message is pretty clear. Change a little bit your urls.py to take pk keywords like this: path("events//",getEvents,name = "getEvents"), On Mon, 14 Oct 2019 at 07:53, Kasper Laudrup wrote: > Hi Leb Dev, > > On 14/10/2019 08.28, leb dev wrote: > > > > once i tried to perform the