Re: api

2020-12-26 Thread Kris A. Stern
No worries 😀 Can happy to all of us when we are trying to contribute On Sat, 26 Dec 2020 at 22:22 Clifford Okorie wrote: > Hello Kris, No worries, I'm new here and don't know how things work... > > On Sat, Dec 26, 2020, 10:56 Kris A. Stern wrote: > >> No worries,

Re: api

2020-12-26 Thread Kris A. Stern
c 26, 2020, 07:33 Kris A. Stern wrote: > >> Dear Clifford, >> >> Do you know who Kasper is? What are you trying to prove the maintainer of >> this mailing list? Are you confused, or just rude? >> >> Regards, >> K.S. >> >> On Sat, 26 Dec 2020

Re: api

2020-12-25 Thread Kris A. Stern
Dear Clifford, Do you know who Kasper is? What are you trying to prove the maintainer of this mailing list? Are you confused, or just rude? Regards, K.S. On Sat, 26 Dec 2020 at 14:12, Clifford Okorie wrote: > Hello Kasper, you will create a serialiser file (serialisers.py) where > you would d

Re: Can anyone Contribute or Collaborate On a Django project

2020-12-25 Thread Kris A. Stern
Can you guys take such activity elsewhere please? This is not a social media platform afterall. And it can get kind of annoying receiving all these unsolicited emails regarding some matter not relevant to me. K.S. On Sat, 26 Dec 2020 at 12:51, Madhav Nandan wrote: > No worry, I just asked if an

Re: return self.template % self.parts KeyError: 'deferrable'

2020-12-25 Thread Kris A. Stern
What an assertive and affirmation plus accurate answer, Kasper, as usual. Bravo! Cheers, K.S. On Sat, 26 Dec 2020 at 04:11, Kasper Laudrup wrote: > Hi Kumbhagiri, > > On 24/12/2020 15.23, KUMBHAGIRI SIVAKRISHNA wrote: > > return self.template % self.parts > > KeyError: 'deferrable' > > I am

Re: Django Job

2020-12-20 Thread Kris A. Stern
Thanks so much, Kasper for the prompt avec décisive response to the said emails. Cheers, Kris On Mon, 21 Dec 2020 at 03:12, Kasper Laudrup wrote: > Hi Clifford, > > On 20/12/2020 17.07, Clifford Okorie wrote: > > > > Hello mates, I'm looking for a Django paid job to know more about my > > skill

Re: MarketPlace Suggestion Using Django

2020-12-17 Thread Kris A. Stern
Thought this might be very useful background reading for your project in more broader strokes: https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react Good for the essential concepts I reckon. Hope it helps! Cheers, Kris On Thu, 17 Dec 2020 at 15:04,

Re: django app deployement

2020-12-11 Thread Kris A. Stern
Hey, Do you mean to ask how to run Django locally on Windows 10, or how to deploy the Django app for production on a Windows server? For example: https://docs.djangoproject.com/en/3.1/howto/windows/ If it’s for production I prefer using Heroku for a seamless integration of my local to my product

Re: controlling stdout

2020-12-04 Thread Kris A. Stern
Why not try something Python based instead which is also free. What kind of functionality are you looking for? Are you planning to plot, if so you could try numpy, scipy, and matplotlib. On Sat, 5 Dec 2020 at 02:02, Tom Sgouros wrote: > Anybody have any random thoughts about this? I have run out

Re: Is it possible to use REST API on Django template ?

2020-11-30 Thread Kris A. Stern
Hey, Guess you are making some baseless assumptions about the so-called templates... Can the original poster of the question please clarify what you really meant before we get more and more confused? K.S. On Tue, 1 Dec 2020 at 10:03, Liu Zheng wrote: > Hi, > > Guys earlier have provided useful

Re: Is it possible to use REST API on Django template ?

2020-11-25 Thread Kris A. Stern
Maybe this article from JetBrains can help: https://blog.jetbrains.com/pycharm/2017/01/webinar-adding-a-rest-api-to-a-django-application/ Hope that helps! Cheers, K.S. On Thu, 26 Nov 2020 at 00:20, Farai M wrote: > Very possible you can create urls for API with the rest framework then > create