Hello, everyone,
I recently started with django - and I am absolutely thrilled - but also a complete beginner.
I wrote a small WebCrawler in pyCharm with the module “requests”. Now I would like to run the application in my Django (standard setup - on local Django web server) server.
I get the following error: ModuleNotFoundError: No module named ‘requests’
If I install the module in the Mac console (python -m pip install requests) - nothing changes …
Where do I have to install the module? Thanks for your help - even with such a (simple) question: /