Hello, I am new and trying to deploy a site with forms and models to an IIS environment. I am sure I am missing something within my Django project itself and don’t know where to start. I’ve read several articles and I have to be overlooking something.
Below is the error message I am getting.
The error indicates that there is a module import error. Are your sure that you have the same packages installed on the IIS server’s machine? Are your using virtual environments?
I’m using virtual environment. Issue I’ve run into is I have to install everything on a pc then move to the server bc I can’t download anything from the web.