Okay, you are using the global script version of OrbitControls. So you definitely have to use this approach:
var controls = new THREE.OrbitControls( camera, renderer.domElement );
However, I’m not able to help any further since your project is based on Python/Django which I’m not familiar with. Hence, I could not test your app locally. But I suspect something goes wrong when importing OrbitControls. Instead of doing this:
type="module" does not make sense here. If this does not work, check your browser console for 404 errors. There might be a problem how the path to OrbitControls.js is generated.