I created a Python module and installed it using pip3. If i check on dist-package folder its there. If i import this module into a new Python project its ok. Problem: I would like to use this module on my Django project, but when i try to import it can't be found.
Already tried: If i copy the module to site-package, it works but i don't get why i have to do this. I would like that this Python module installed with pip3 is visible for everyone without the need to copy/paste from dist folder.