I feel your pain, once I had to deploy a django project on windows, after
trying many different options I installed cygwin and form there nginx+uwsgi
like any other normal person.

Today microsoft have WSL, I think you may use that too, you can still use
IIS to route traffic and forward the http connections. Maybe not as
efficient as it could be but I think it will save you headaches.

Good luck

On Tue, Dec 18, 2018 at 6:10 AM Mike Dewhirst <mi...@dewhirst.com.au> wrote:

> On 18/12/2018 2:16 PM, Alex Heyden wrote:
> > I have recently, and it was equal parts misery and pain. FastCGI via
> > wfastcgi, as outlined at
> >
> http://blog.mattwoodward.com/2016/07/running-django-application-on-windows.html
> >
> > I also had to downgrade from Python 3.7 to Python 3.6
> >
> > I wouldn't really consider myself an expert on the subject. All I can
> > say is that it is possible.
>
> I once had to implement a web service on a Windows server and eventually
> installed Apache. That worked brilliantly although it wasn't a heavy
> duty application. Django works well on Windows so Apache is a fallback
> if IIS doesn't cut it for you.
>
>
> >
> > On Mon, Dec 17, 2018 at 5:19 PM Larry Martell <larry.mart...@gmail.com
> > <mailto:larry.mart...@gmail.com>> wrote:
> >
> >     Anyone have any experience setting up a Django app to work with IIS?
> I
> >     have inherited what I was told is a working system, but it's not
> >     working. Before I post details of my issues and questions I wanted to
> >     see if anyone here has successfully got a Django app to run with IIS.
> >
> >     --
> >     You received this message because you are subscribed to the Google
> >     Groups "Django users" group.
> >     To unsubscribe from this group and stop receiving emails from it,
> >     send an email to django-users+unsubscr...@googlegroups.com
> >     <mailto:django-users%2bunsubscr...@googlegroups.com>.
> >     To post to this group, send email to django-users@googlegroups.com
> >     <mailto:django-users@googlegroups.com>.
> >     Visit this group at https://groups.google.com/group/django-users.
> >     To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/django-users/CACwCsY7bk-c7Za-PGUbaEkftA8Xxqd%2BaCUPkaQryW-1kXX0_nQ%40mail.gmail.com
> .
> >     For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Django users" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> > an email to django-users+unsubscr...@googlegroups.com
> > <mailto:django-users+unsubscr...@googlegroups.com>.
> > To post to this group, send email to django-users@googlegroups.com
> > <mailto:django-users@googlegroups.com>.
> > Visit this group at https://groups.google.com/group/django-users.
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/django-users/CA%2Bv0ZYVWO5bFTx%3D6im_dLWwPWz1FoDcFVDN9GXREj%3Dp49f2FcA%40mail.gmail.com
> > <
> https://groups.google.com/d/msgid/django-users/CA%2Bv0ZYVWO5bFTx%3D6im_dLWwPWz1FoDcFVDN9GXREj%3Dp49f2FcA%40mail.gmail.com?utm_medium=email&utm_source=footer
> >.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6f7de077-4082-db30-1cca-168cbce7952c%40dewhirst.com.au
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tJta-WGGnfsMn5OKB3GsqzPh%2B73L4kH-KiefjNAA44FbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to