Hi everyone,
I developped a Web app on Django of course and I’ve been requested to deploy it on a Windows server, which is awful.
I’m in Python 3.10.2 with django 4.
I followed many guides about apache + mod_wsgi (btw installing mod_wsgi was a pain and I had to download a wheel file to do it) or about IIS + fast cgi and none of theme worked.
Does anyone has a recent guide to do this ?
It would save me really
Thank you