ImportError error for a project running on apache: DLL load failed while importing cv2
Importing opencv before deployment worked fine for my django project, but deploying to apache was an error. Later I wrote a project that only used opencv to read images, but still deployed to apache with errors.
How to host two django apps on windows using apache and mod_wsgi?
I know how to run 1 django application on windows server using mod_wsgi & apache. Now I want to run more than one django application on the same server.
I have the following configurations
httpd.conf
at the end of the file I added