Re: Django IIS windows

2020-06-05 Thread Mehdi Baneshi
-server-2012-with-iis/ > > > > Thanks, > > Gurmeet Kaur > > IT Developer cum Consultant > > > > *From:* django-users@googlegroups.com *On > Behalf Of *Larry Martell > *Sent:* June 4, 2020 10:11 PM > *To:* django-users@googlegroups.com > *Subject:* Re: Djan

RE: Django IIS windows

2020-06-04 Thread gurmeetkaurjuneja23
On Behalf Of Larry Martell Sent: June 4, 2020 10:11 PM To: django-users@googlegroups.com Subject: Re: Django IIS windows On Thu, Jun 4, 2020 at 10:05 PM Giovanni Silva mailto:gmr...@gmail.com> > wrote: Hello. I need help to set up my Django Project in my IIS server. Does anyo

Re: Django IIS windows

2020-06-04 Thread Larry Martell
On Thu, Jun 4, 2020 at 10:05 PM Giovanni Silva wrote: > Hello. > > I need help to set up my Django Project in my IIS server. > > Does anyone has a tutorial or a link to help me to configure it? > I did this once and it was incredibly painful. If there is any way you can deploy on Linux do so.

Re: Django on windows 10 and tomcat

2017-12-14 Thread destinjfunk
I don't think this will work in Python. But you can do it in Jython https://docs.djangoproject.com/en/2.0/howto/jython/. On Thursday, 14 December 2017 02:31:51 UTC+4, Arnap wrote: > > Am new to django and developing champion windows to be deployed in to cat, > but getting error while deploying

Re: Django on windows 10 and tomcat

2017-12-13 Thread Jani Tiainen
Hi. Django is Pyhton webframework so deploying to Tomcat which is Java webapp runner mighy not work at all. 14.12.2017 0.31 "Arnap" kirjoitti: > Am new to django and developing champion windows to be deployed in to cat, > but getting error while deploying .war in

Re: django on Windows

2015-10-01 Thread Tim Graham
> pip install -upgrade pip >> pip install django >> >> sorry for bad english . I speak spanish :( >> >> -- >> De: Robin Lery >> Enviado: 01/10/2015 09:23 >> Para: django...@googlegroups.com >> Asunto: Re: django on W

Re: django on Windows

2015-10-01 Thread Avraham Serour
.exe > > pip install -upgrade pip > pip install django > > sorry for bad english . I speak spanish :( > > -- > De: Robin Lery > Enviado: 01/10/2015 09:23 > Para: django-users@googlegroups.com > Asunto: Re: django on Windows > > > D

RE: django on Windows

2015-10-01 Thread Ricardo Daniel Quiroga
@googlegroups.com Asunto: Re: django on Windows Did you install python? And is it in your environmental variable? If both the answers yes then you could try all the commands using cmd prompt in windows. On 1 Oct 2015 17:51, "Антон Заровский" <zery...@gmail.com> wrote: How use concole com

Re: django on Windows

2015-10-01 Thread Robin Lery
Did you install python? And is it in your environmental variable? If both the answers yes then you could try all the commands using cmd prompt in windows. On 1 Oct 2015 17:51, "Антон Заровский" wrote: > How use concole commands at windows? > > -- > You received this message

Re: django on windows azure

2013-01-05 Thread Daniel González Sánchez
Hello Eugeny, I'm also interested in porting my django system to the Azure SQL Cloud service (not necessarily porting to Windows) Any new or which option did you choose? Cheers Dani On Tuesday, February 7, 2012 6:36:01 AM UTC+1, Eugeny Klementev wrote: > > Hello, > > I'm porting django

Re: django on windows xp

2012-06-13 Thread Daniel Roseman
On Wednesday, 13 June 2012 06:07:19 UTC+1, Manish wrote: > > Hi , > > I am using trying to install and use django on windows xp and i am using > git bash as command line. When i try using > "django-admin.py startproject mysite" command i get an error, __init__.py > line 54. except

RE: Django on Windows 7

2011-03-22 Thread Sells, Fred
, 2011 1:08 PM To: Django users Subject: Re: Django on Windows 7 I'm a beginner and haven't enough time to test, but I must answer You I use Django on Windows 7 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Django on Windows 7

2011-03-22 Thread Vladimir
I'm a beginner and haven't enough time to test, but I must answer You I use Django on Windows 7 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group,

Re: Django on Windows 7

2011-03-22 Thread shofty
The installation isn't that tricky. what you will struggle with is when your project starts to become complex in terms of package requirements. i spent a day trying to get PIL installed on windows and in the end ran out of patience. spent the next day building a hackintosh and haven't looked

Re: Django on Windows 7

2011-03-22 Thread delegbede
I am not sure there would be major issues except that you need to install binary versions of your database drivers. Regards. Sent from my BlackBerry wireless device from MTN -Original Message- From: David Kovar Sender: django-users@googlegroups.com Date: Tue, 22 Mar

Re: Django for windows XP

2009-09-07 Thread anode
Or, if you want to get up and running quickly to try it out, you can try instant django http://www.instantdjango.com/ Haven't used it since last year, but it seems to be kept up to date, and it worked well last time I used it On Sep 7, 4:42 pm, Daniel Roseman wrote: >

Re: Django for windows XP

2009-09-07 Thread Daniel Roseman
On Sep 7, 5:30 am, vaidyanathan venkataraman wrote: > Hi, > >         I am not able to locate  a Django package to be downloaded for > Windows XP. > > Can anyone please help me in this endeavour? > > --vaidya You don't need one - Django doesn't include any operating

Re: Django with Windows Integrated Security / SSPI

2008-09-16 Thread Adoleo
I tried this, and I can confirm that IE doesn't ask for a username and password if you are on the domain. The RemoteUserAuthMiddleware and RemoteUserAuthBackend worked perfectly. Does anyone know if this will be merged into the Django trunk? As the first post on the blog I'm starting up, I

Re: Django on Windows Mobile 6 (Standard)

2008-07-17 Thread warsng
seem to be having a lot of trouble renaming the files using a python script that WM has very kindly 'uppercased' for me. I'm trying to run the script on the Russian blog but keep getting an Error 13 - Windows error? --- import os, sys for root, dirs, files in os.walk('.', topdown=False):

Re: Django on Windows Mobile 6 (Standard)

2008-07-17 Thread warsng
a glimmer of hope

Re: Django on Windows Mobile 6 (Standard)

2008-07-17 Thread warsng
I have installed Python CE, but i am getting import errors - 'No module named django' I don't know which directory i am supposed to install django into, i have tried putting it in python25/Lib/site-packages as the windows version (i think?) im fumbling around in the dark here, as the version of

Re: Django on Windows Mobile 6 (Standard)

2008-07-17 Thread Russell Keith-Magee
On Thu, Jul 17, 2008 at 7:04 PM, warsng <[EMAIL PROTECTED]> wrote: > > After taking a look at the blogpost where someone got django running > on WM, i thought i would give it a try. however, i am not having much > success. Has anyone got this working recently? I am not using Pocket > PC unlike

Re: Django on Windows for an intranet site

2007-04-19 Thread jay graves
On Apr 19, 12:25 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > Django on windows works fine - I've set up Apache/ModPython/MySQL and > Apache/ModPython/Postgres. I wouldn't recommend sticking this on the same > machine as a domain controller and Exchange though. For that matter, I > wouldn't

Re: Django on Windows for an intranet site

2007-04-19 Thread jay graves
On Apr 19, 12:18 pm, Michael K <[EMAIL PROTECTED]> wrote: > On Apr 19, 12:40 pm, jay graves <[EMAIL PROTECTED]> wrote: > application on Windows using ODBC? If so, you're not necessarily > stuck with Windows Server, as there are ODBC solutions for Linux/BSD, > meaning you could put the Apache

Re: Django on Windows for an intranet site

2007-04-19 Thread Joseph Heck
If you're new to Django, I'd generally recommend that you stick with released versions. Fewer things changing on you while you're learning. If you like diving in the deep end, the trunk is good - just be aware you'll be spending more time/energy with it. It's reasonably stable, but API changes are

Re: Django on Windows for an intranet site

2007-04-19 Thread Michael K
On Apr 19, 12:40 pm, jay graves <[EMAIL PROTECTED]> wrote: > I'm a Django newbie (1 week) but a long time (since early 2000) Python > programmer. > > I have an internal project for work and I'm proposing that we use > Django. > > Here are some general questions that I would like the community's >

Re: django on windows, problems following tutorial

2007-04-02 Thread Malcolm Tredinnick
On Sun, 2007-04-01 at 20:36 +1000, Malcolm Tredinnick wrote: > Hi Colin, > > On Sun, 2007-04-01 at 03:18 -0700, CColin wrote: > > Hi, > > Recently downloaded the various prerequisites and am following the > > online manual. > > > > All going reasonably well except until chapter 4, Templates. >

Re: django on windows, problems following tutorial

2007-04-01 Thread Malcolm Tredinnick
Hi Colin, On Sun, 2007-04-01 at 03:18 -0700, CColin wrote: > Hi, > Recently downloaded the various prerequisites and am following the > online manual. > > All going reasonably well except until chapter 4, Templates. > > When trying to run the following command: > > >>>django.template import

Re: Django on Windows?

2006-03-13 Thread Ivan Sagalaev
Leeuw van der, Tim wrote: >By searching for 'threading' in the ticket-database I've found ticket >1442, which provides a different approach: thread-local storage. (Each >thread it's own connection.) > > Yes, this is the fix that superseeded previous fixes for different backends. It's much

RE: Django on Windows?

2006-03-13 Thread Leeuw van der, Tim
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Sagalaev Sent: dinsdag 14 maart 2006 7:29 To: django-users@googlegroups.com Subject: Re: Django on Windows? Leeuw van der, Tim wrote: >Hi Ivan, > >Thanks for your fast answer. I didn't get round to trying the changes >until now a

Re: Django on Windows?

2006-03-13 Thread Ivan Sagalaev
Leeuw van der, Tim wrote: >Hi Ivan, > >Thanks for your fast answer. I didn't get round to trying the changes >until now and I suspect that the first link you sent me is for the wrong >issue: it's a patch to make the default filters unicode-proof (adding >encode/decode with default charset in

RE: Django on Windows?

2006-03-13 Thread Leeuw van der, Tim
[mailto:[EMAIL PROTECTED] On Behalf Of Ivan Sagalaev Sent: vrijdag 10 maart 2006 9:35 To: django-users@googlegroups.com Subject: Re: Django on Windows? Leeuw van der, Tim wrote: > The application is a photo-album like application which stores > directory and image info in a psql da

Re: Django on Windows?

2006-03-10 Thread Ivan Sagalaev
Leeuw van der, Tim wrote: > The application is a photo-album like application which stores > directory and image info in a psql database, and creates thumbnails > using PIL. > Ah! This is my beloved threading issue :-). It's not Windows specific. What happens is Django access one connection

RE: Django on Windows?

2006-03-10 Thread Leeuw van der, Tim
PS: I just upgraded mod_python to 3.2.8 but no change. Still crashes about 6 times doing those 39 requests for the front page.   --Tim   From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Leeuw van der, Tim Sent: vrijdag 10 maart 2006 9:16