Hello, everyone! I now have this situation, that is, I input several variables from the front end of django (some variables can be empty and will automatically fill in the default values). Views.py gets these variables with request.POST.get, but I also need to give these variables to a script in the background to execute and return the results to the front end. In addition to the method of "passing variables between scripts", is there any other way for aaa.py to get the input value of the front end?
excuse me again, A.py wants to call the variable x _ pencil _ z under the XXX function in b.py. How do I do this?