this is my first post here in the community. I've been trying to solve this import problem for 3 days and I'm not successful.
First, the project is an application in which the frontend (developed in ReactJS) has a form that sends information via a POST method to the backend. In this file where I do the calculations, there is an import problem that I cannot solve.
I started django and react and after that I clicked to run the "calculator_delivery.py" file and it shows me the import error.
Any suggestion? thanks!
I've used the absolute and relative path and it doesn't work.