Re: Post user input to django python shell??

2020-04-29 Thread Michael Karikari
at 12:18:39 PM UTC-4, Divash Singh wrote: > > Hi, > > > > Did you solve your issue yet? > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Michael Karikari > *Sent: *Sunday, 26 April 2

Re: Question regarding Interactive Python shell response and django

2020-04-29 Thread Michael Karikari
28, 2020 at 5:30:22 PM UTC-4, Michael Karikari wrote: > > Ill have to look at the DRF option, the python API I'm connecting assumes > you are doing this from shell, so I was trying to work around that fact > > On Monday, April 27, 2020 at 10:51:10 AM UTC-4, Derek wrote: >> >

Re: Question regarding Interactive Python shell response and django

2020-04-28 Thread Michael Karikari
gt; using something like DRF. > > The Django shell is meant for direct use by an administrator working on > the server. > > On Sunday, 26 April 2020 16:05:02 UTC+2, Michael Karikari wrote: >> >> So I find myself in a pickle. >> I'm using an external python API with D

Question regarding Interactive Python shell response and django

2020-04-26 Thread Michael Karikari
So I find myself in a pickle. I'm using an external python API with Django, and as part of that interaction, it asks for an input from the Django python shell window. What I am trying to figure out is how can I get form input from web application to push back to the shell window. Appreciate it

Post user input to django python shell??

2020-04-26 Thread Michael Karikari
Looking for some clarity to issue I'm having. I have external python API I'm hitting via a view, but it requires an interactive input that appears in the Django shell prompt. I'm wondering how I can have end-user send posts to that input request. See screenshot -- You received this message