admin管理员组

文章数量:1327939

I’m new to wordpress. I have a webapp written in matlab and compiled to a python package. I use it in a local server that’s is connected to the interent with a Django project. I want to move the functionailty to wordpress. I basically need:

  1. users choose some options that will be sent to my local machine.
  2. users receieve output variables sent by the machine.
  3. the wordpress site uses these variables to plot graphs.

Any idea how can I do that?

本文标签: localhostHow connect local python app to wordpress