I'm trying to live stream video from my raspberry pi to a Django web page, but for some reason, I can't import the 'picamera'-module in Django... I have written a script that outputs the camera-feed, and it works fine when i run it outside of the server, but when i import my camera-script to views.py, i get the error message " ModuleNotFoundError: No module named 'picamera'". Does anyone know why? All the other modules i'm using works fine both in and outside of Django. Importing my own modules also works fine.
Eternally grateful to anyone who can help!