Uploading OBJ files with Django and three.js

HI! i’ve traying upload a OBJ file with Django, but i get the next error:
image
i don´t know if i importing the three.module correctly, because my obj files dosn’t show in the local host, i’m also uploading JPG and PNG images and i only can see that. Someone do some similar? or what can i do? Thank u So much!

image

or this is my complete project if you need see something elese

This looks like a backend issue with how you’re serving Django static files. You should ask this on StackOverflow or a Django forum rather than here.

Ok, thank You much!