Re: Django on IIS

2018-12-19 Thread Larry Martell
h is what all the docs seem to refer > to. > > On Tue, Dec 18, 2018 at 10:49 AM Roger Gammans > wrote: > > > Larry, > > > My script draws from the following urls all of which I found useful. > > https://docs.microsoft.com/en-us/iis/configuration/system.webserver

Re: Django on IIS

2018-12-18 Thread Roger Gammans
stem.webserve > > r/fastcgi/ > > http://blog.mattwoodward.com/2016/07/running-django-application-on- > > windows.html > > http://mrtn.me/blog/2012/06/27/running-django-under-windows-with-ii > > s-using-fcgi/ > > https://www.toptal.com/django/installing-django-on

Re: Django on IIS

2018-12-18 Thread Roger Gammans
On 18 December 2018 17:28:41 GMT, Larry Martell wrote: >Get-WindowsFeature shows that web-cgi is installed but not iis-cgi. >Are these the same? > Maybe. I think they Microsoft renamed on to the other. My script was for the most recent iteration of windows server. -- Sent from my Android devic

Re: Django on IIS

2018-12-18 Thread Larry Martell
> > > > https://docs.microsoft.com/en-us/iis/configuration/system.webserver/fastcgi/ > > http://blog.mattwoodward.com/2016/07/running-django-application-on-windows.html > > http://mrtn.me/blog/2012/06/27/running-django-under-windows-with-iis-using-fcgi/ > > https://www.toptal.com

Re: Django on IIS

2018-12-18 Thread Larry Martell
windows-with-iis-using-fcgi/ > https://www.toptal.com/django/installing-django-on-iis-a-step-by-step-tutorial > https://docs.microsoft.com/en-us/azure/virtual-machines/windows/classic/python-django-web-app > > > I think you might not have all the correct 'features' installed,

Re: Django on IIS

2018-12-18 Thread Roger Gammans
-windows-with-iis-u sing-fcgi/ https://www.toptal.com/django/installing-django-on-iis-a-step-by-step- tutorial https://docs.microsoft.com/en-us/azure/virtual-machines/windows/classi c/python-django-web-app I think you might not have all the correct 'features' installed, specifically you ar

Re: Django on IIS

2018-12-18 Thread vishal sharma
Can someone send me the code of upload multiple files from admin Django? On Tue, 18 Dec 2018 at 4:49 AM, Larry Martell 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 detai

Re: Django on IIS

2018-12-18 Thread Larry Martell
I am following the instructions I found here: https://www.toptal.com/django/installing-django-on-iis-a-step-by-step-tutorial I am up to this point: 'Configuring IIS to run a FastCGI application' It says 'Click OK on the handler information dialog. IIS will then ask you to confirm

Re: Django on IIS

2018-12-18 Thread Roger Gammans
On Tue, 2018-12-18 at 11:22 +0200, Avraham Serour wrote: > 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 to

Re: Django on IIS

2018-12-18 Thread Avraham Serour
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 co

Re: Django on IIS

2018-12-17 Thread Mike Dewhirst
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 consi

Re: Django on IIS

2018-12-17 Thread Alex Heyden
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

Django on IIS

2018-12-17 Thread Larry Martell
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

Re: One Way to Install Django on IIS

2013-04-12 Thread Mark Lybrand
Cool.Please provide feedback so we can make the steps better. Already have another friend encounter some issues trying to work our steps with his config. The more configs we put through the paces, the better this can be :) On Apr 12, 2013 4:18 PM, "Nick D" wrote: > Just what I'm going to need w

Re: One Way to Install Django on IIS

2013-04-12 Thread Nick D
Just what I'm going to need when I'm done with development. Thanks! On Friday, April 12, 2013 6:02:49 AM UTC-7, Mark Lybrand wrote: > My buddy and I were working last night on getting Django running on IIS7. > We are not quite done as we are still working out issues surrounding > static file

Django on IIS 6

2011-03-25 Thread mofle
I've finally managed to set up Django on IIS 6 using this guide: http://whelkaholism.blogspot.com/2010/10/django-on-iis.html My Django project is located at the following url: http://server.com/djangoproject/ When trying to access the "http://server.com/djangoproject/admin/";

Django on IIS randomly changing LANGUAGE_CODE

2011-01-19 Thread Rodrigo Cea
I hava a Django production site on IIS 6.0. The LANGUAGE_CODE is set to 'es-cl' There are forms on the site. Sometimes the site seems to switch to English, returning validation errors on dates written in dd/mm/ format. The errors themselves are in English (whereas they're normally in Spanish).

Re: Running django on IIS

2010-04-21 Thread CrabbyPete
I tried for a while, and finally switched to Apache on Windows. It works great and easy to set up. On Apr 21, 6:29 am, Nick wrote: > Hiya > > I have exactly the same problem as described here. > > Did you (or anyone) find a fix or workaround for this? > > Cheers! > Nick. > > On Apr 14, 12:24 pm,

Re: Running django on IIS

2010-04-21 Thread Nick
Hiya I have exactly the same problem as described here. Did you (or anyone) find a fix or workaround for this? Cheers! Nick. On Apr 14, 12:24 pm, Paweł Roman wrote: > > I suspect it is trying to import Http but can't. > > > Fire up python (Start -> Python Interactive Shell, or Start -> Run -

Re: Running django on IIS

2010-04-14 Thread Paweł Roman
> I suspect it is trying to import Http but can't. > > Fire up python (Start -> Python Interactive Shell, or Start -> Run -> > cmd -> type python), and type: > > import Http > If that doesn't work, you haven't installed it properly. See the > following quote from the Django wiki: > > "•Go to c:\pyi

Re: Running django on IIS

2010-04-14 Thread Sam Lai
"•Go to c:\pyisapie\source\PyISAPIe\Python\ and copy the entire Http folder to c:\python25\lib\site-packages. Note: the Http folder is case sensitive. Saving in 'http' (or any other variation) will not work [SF]. " On 14 April 2010 19:39, Paweł Roman wrote: > I'm tryi

Running django on IIS

2010-04-14 Thread Paweł Roman
I'm trying to run django on IIS and SQL Server 2005. I've found this nice page with all instructions: http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer I followed all the instructions, installed PyISAPIe, created virtual directory, mapped the .py extension to the Py

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread jmDesktop
ing. You can check out the results athttp:// > > niethestate.com/trafficstops/It was painful, though. Use apache if > > > you can. I've talked my corp. into buying some linux servers at server > > beach > > > so hopefully it will be much easier. > >

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread Justin Lilly
http:// > niethestate.com/trafficstops/It was painful, though. Use apache if > > you can. I've talked my corp. into buying some linux servers at server > beach > > so hopefully it will be much easier. > > -justin > > > > On Thu, Apr 24, 2008 at 1:35 PM, jmD

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread jmDesktop
:35 PM, jmDesktop <[EMAIL PROTECTED]> wrote: > > > I have a requiremnet to use Django on IIS.  I know there is a wiki > > page on Django about it, but what I'm after is if anyone is actually > > using it daily in production.  Just hoping to see how it's going.  

Re: Are any of you successfully running Django on IIS?

2008-04-24 Thread 头太晕
http://code.google.com/p/pyisapi-scgi/ On Fri, Apr 25, 2008 at 1:35 AM, jmDesktop <[EMAIL PROTECTED]> wrote: > > I have a requiremnet to use Django on IIS. I know there is a wiki > page on Django about it, but what I'm after is if anyone is actually > using it daily in p

Re: Are any of you successfully running Django on IIS?

2008-04-24 Thread Justin Lilly
35 PM, jmDesktop <[EMAIL PROTECTED]> wrote: > > I have a requiremnet to use Django on IIS. I know there is a wiki > page on Django about it, but what I'm after is if anyone is actually > using it daily in production. Just hoping to see how it's going. If > not I have to p

Are any of you successfully running Django on IIS?

2008-04-24 Thread jmDesktop
I have a requiremnet to use Django on IIS. I know there is a wiki page on Django about it, but what I'm after is if anyone is actually using it daily in production. Just hoping to see how it's going. If not I have to persuade to use Apache on the Windows bo

Re: django on iis

2007-11-29 Thread 头太晕
Nice. Any chance of getting this page translated to English? > http://code.google.com/p/pyisapi-scgi/wiki/howtousepyisapiscgi > > Unfortunately, I can't help. :( > > On Nov 29, 2007 10:10 AM, 头太晕 <[EMAIL PROTECTED]> wrote: > > > > pyISAPI_SCGI is a ISAPI Ext

Re: django on iis

2007-11-29 Thread Jeremy Dunck
Nice. Any chance of getting this page translated to English? http://code.google.com/p/pyisapi-scgi/wiki/howtousepyisapiscgi Unfortunately, I can't help. :( On Nov 29, 2007 10:10 AM, 头太晕 <[EMAIL PROTECTED]> wrote: > > pyISAPI_SCGI is a ISAPI Extension for SCGI. It can

django on iis

2007-11-29 Thread 头太晕
pyISAPI_SCGI is a ISAPI Extension for SCGI. It can run django on iis. http://code.google.com/p/pyisapi-scgi/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen