Sunday, April 26, 2020

Re: Question regarding Interactive Python shell response and django

On Sun, Apr 26, 2020 at 05:43:33AM -0700, Michael Karikari wrote:
> 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 if anyone has experience on
> how to do this or work around this.
>
> Attached is a screenshot of what I'm looking at. Im hoping there is a clean
> way of pass form data to this type of interaction

You might be able to do this with a web-based Python shell like Jupyter.

However I'd like to suggest an alternative approach. Rather than figure
out a way for the user to have this same kind of shell interaction on the
web, what about integrating Django with the underlying protocol, SAML?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20200426160815.GU2971%40fattuba.com.

No comments:

Post a Comment