I have a Django project running on the production on Windows 10. I am using nginx and waitress.
I've been using the global Python on my server (Python 3.9.5). I was wondering how I can use a virtual environment instead of the global on the production server? I can't figure out how I can map my django application to the new python in the virtual environment.
Any ideas how I can accomplish that?