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
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
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
> >
> > 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
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,
-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
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
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
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
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
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
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
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
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
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
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/";
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).
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,
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 -
> 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
"•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
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
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.
> >
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
: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.
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
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
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
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
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
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
31 matches
Mail list logo