Re: Scheduler with Django on Windows platform

2023-04-10 Thread Oyedele Yusuff
You can use ap-scheduler library or celery with django celery beat On Tue, Mar 28, 2023, 10:27 AM Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do you guys have an

Re: Scheduler with Django on Windows platform

2023-04-09 Thread Harsh Vyas
Try, Django Q On Tuesday, 28 March 2023 at 14:57:50 UTC+5:30 Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do you guys have any suggestion? > > -- > Regards > R

AW: Scheduler with Django on Windows platform

2023-03-30 Thread Michael Schmeinck
Michael kosy Datum: Dienstag, 28. März 2023 um 11:38 An: django-users@googlegroups.com Betreff: Re: Scheduler with Django on Windows platform Try, https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html On Tue, Mar 28, 2023, 10:27 AM Robbi Nespu mailto:robbine...@gmail.com

Re: Scheduler with Django on Windows platform

2023-03-28 Thread Michael kosy
Try, https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html On Tue, Mar 28, 2023, 10:27 AM Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do y

Scheduler with Django on Windows platform

2023-03-28 Thread Robbi Nespu
Hi Django developers, I am looking for any package that can do scheduler job. I am used with "Django-crontab" but I can't use it on windows platform. Do you guys have any suggestion? -- Regards Robbi Nespu PGP: D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA -- You received this message be

Re: Need help for DJango on Windows server with MS SQL Server 2012

2018-07-12 Thread Jason
To answer your first question, that's wehre you look into the project's compatibility documentation and do your own research. Second question: that is a complete unknown, as you're asking us to be fortune tellers and be able to tell the future. In essence, both of your questions can be answered

Need help for DJango on Windows server with MS SQL Server 2012

2018-07-11 Thread gurmeetkaurjuneja23
Hi All, Me and my team will be developing our first application in Python and we will be using SQL Server as backend. I wanted to ask one query regarding the versions of Python that have been developed and the ones that are in development. If we use the current available version of the Python

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 tomcat6. Error is: > cannot loa

Django on windows 10 and tomcat

2017-12-13 Thread Arnap
Am new to django and developing champion windows to be deployed in to cat, but getting error while deploying .war in tomcat6. Error is: cannot load 'application's, no module named mysite Where mysite is my application name, kindly help me -- You received this message because you are subscribed

Re: What is the best combination of components to be used with Django on Windows 10?

2017-01-03 Thread pradam programmer
hi, Please Refer this Link https://www.toptal.com/django/installing-django-on-iis-a-step-by-step-tutorial On Mon, Dec 26, 2016 at 3:28 PM, James Bennett wrote: > On Mon, Dec 26, 2016 at 1:31 AM, Avraham Serour wrote: > >> http://lmgtfy.com/?q=django+deploy+iis >> >> > This is a rude and dismis

RE: What is the best combination of components when installing Django on Windows 10?

2016-12-28 Thread Matthew Pava
For what it’s worth, I use Windows 10 as my development environment. We use Windows Server 2012 in production with PostgreSQL and Apache 2.4 with modwsgi. We use Python 3.5 and Django 1.10. All of our tools are 64-bit. What’s really nice is that we have a method to print webpages directly fr

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-28 Thread Kakar Nyori
Hi, I use windows, and I too was confused about these things. The best recommendation I got was to use *Vagrant, *and to this day I use it. *"Vagrant is a tool for building complete development environments."* Basically you select an environment like ubuntu OS (called vagrant box), and then y

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-28 Thread Avraham Serour
ell. Personally I > use PostgreSQL, gunicorn and nginx. > > On 26 Dec 2016, at 09:11, Varuna Seneviratna > wrote: > > Hello, > What is the best combination of components to be used when > installing Django on Windows 10; By Components, I mean the database and the &

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-27 Thread roboslone
As to what's the best combination, I couldn't really tell. Personally I use PostgreSQL, gunicorn and nginx. > On 26 Dec 2016, at 09:11, Varuna Seneviratna > wrote: > > Hello, > What is the best combination of components to be used when > installing Django on Windo

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-27 Thread Karen Tracey
to deploy something, but there are perfectly valid reasons why some folk may use Windows, and there are certainly users who deploy Django on Windows. If you're not willing to actually answer the user's question then just don't answer. If you feel strongly enough about this question tha

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-27 Thread bart
Don't u se Windows! Wysłano z telefonu Samsung Oorspronkelijk bericht Van: "Ali Rıza P. Bayrı" Datum: 27-12-16 15:54 (GMT+01:00) Aan: django-users@googlegroups.com Onderwerp: Re: What is the best combination of components when installing Django on Windows

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-27 Thread Ali Rıza P . Bayrı
ps.com > Onderwerp: What is the best combination of components when installing > Django on Windows 10? > > Hello, > What is the best combination of components to be used when > installing Django on Windows 10; By Components, I mean the database and the > web Server. &g

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-26 Thread bart
on Windows 10? Hello,         What is the best combination of components to be used when installing Django on Windows 10; By Components, I mean the database and the web Server.  Thanks, Varuna -- You received this message because you are subscribed to the Google Groups "Django

Re: What is the best combination of components when installing Django on Windows 10?

2016-12-26 Thread Antonis Christofides
tonis Christofides http://djangodeployment.com On 12/26/2016 08:11 AM, Varuna Seneviratna wrote: > Hello, > What is the best combination of components to be used when installing > Django on Windows 10; By Components, I mean the database and the web Server. > > > Thanks, Varuna &g

Re: What is the best combination of components to be used with Django on Windows 10?

2016-12-26 Thread James Bennett
On Mon, Dec 26, 2016 at 1:31 AM, Avraham Serour wrote: > http://lmgtfy.com/?q=django+deploy+iis > > This is a rude and dismissive way to respond to someone who asked a question; please do not do this in the future, and for further information check out the Django community's Code of Conduct[1], w

Re: What is the best combination of components to be used with Django on Windows 10?

2016-12-26 Thread Avraham Serour
http://lmgtfy.com/?q=django+deploy+iis On Mon, Dec 26, 2016 at 8:18 AM, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > What is the best combination of components to be used with Django on > Windows 10?. By components, I mean the database and the web server.Can > Dja

What is the best combination of components to be used with Django on Windows 10?

2016-12-25 Thread Varuna Seneviratna
What is the best combination of components to be used with Django on Windows 10?. By components, I mean the database and the web server.Can Django be employed with IIS? Regards,, Varuna -- You received this message because you are subscribed to the Google Groups "Django users"

What is the best combination of components when installing Django on Windows 10?

2016-12-25 Thread Varuna Seneviratna
Hello, What is the best combination of components to be used when installing Django on Windows 10; By Components, I mean the database and the web Server. Thanks, Varuna -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

RE: How to install Django on Windows article

2016-01-29 Thread Ricardo Daniel Quiroga
Install python and add to path In cmd > pip install django. -Mensaje original- De: Carlos Andre Enviado: 29/01/2016 11:36 Para: django-users@googlegroups.com Asunto: Re: How to install Django on Windows article 1º download a version django (admint who python intaled); 2º unzip

Re: How to install Django on Windows article

2016-01-29 Thread Carlos Andre
1º download a version django (admint who python intaled); 2º unzip the django in your prefer path; 3º acess that path with cmd; 4º insert: setup.py install 2016-01-29 8:29 GMT-03:00 Rafael E. Ferrero : > Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu > or other flavo

Re: How to install Django on Windows article

2016-01-29 Thread Rafael E. Ferrero
Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu or other flavor of linux ? (if you need your windows) It's more easy for django and... it's recommended. Cheers !! Rafael E. Ferrero 2016-01-29 3:17 GMT-03:00 Руслан Ломагин : > Hello, i have some issues that is occured

How to install Django on Windows article

2016-01-29 Thread Руслан Ломагин
Hello, i have some issues that is occured while i was installing Django on my Windows 10. I'm new in using Django framework and also python on windows. To the article: Install Python I installed python as it was said: Downloaded python 3.5.1 for windows. Installed using option: create system v

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: d

Re: django on Windows

2015-10-01 Thread Avraham Serour
n cmd.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 > > &

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, "Антон Заровский" wrote: How use concole commands at windows? -- Yo

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 because you are subscr

django on Windows

2015-10-01 Thread Антон Заровский
How use concole commands at windows? -- 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

How to install Django on Windows - pip, command prompt.

2014-07-06 Thread Daniel Roseman
You can't have been following that documentation very closely, as there is a whole section on how to install pip before the bit that you quote. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Mike Dewhirst
http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows On 6/07/2014 1:24 PM, Sen wrote: I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Setiaman Lee
You can get and install python from activestate.com where pip is included. So you can run pip from command prompt. Rgrds Setiaman On 6 Jul 2014 11:44, "Sen" wrote: > I was going through > https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows

How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Sen
I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip install django. This will download and install Django." I'm not sure which command prompt a

Django on Windows server 2008

2013-10-03 Thread Robert Jonathan Šimon
Have someone figure it how can someone deploy Django 1.5 with Python 3.3 on Windows Server 2008 R2? Because i search internet i think 4 months ago, and i didnt found anything working. So How can it be done? -- You received this message because you are subscribed to the Google Groups "Django us

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 applic

Re: howto Single Sign-On with django on windows

2012-11-17 Thread Tim Sawyer
See https://docs.djangoproject.com/en/dev/howto/auth-remote-user/#howto-auth-remote-user Tim. On 17/11/12 09:13, Anton wrote: Hi, I am using in windows 7 64bit: - python 2.7.3 32bit !! - django 1.4.2 If use my internet explorer in my company, it does an automatic login on some services.

howto Single Sign-On with django on windows

2012-11-17 Thread Anton
Hi, I am using in windows 7 64bit: - python 2.7.3 32bit !! - django 1.4.2 If use my internet explorer in my company, it does an automatic login on some services. Is there a possibilty to: - add an user named "john" to my django - if john goes to my django app with his internet explorer:

Re: problems in installing django on windows 7

2012-08-20 Thread Jani Tiainen
this tutorial right here -> http://techstricks.com/install-django-on-windows-7/ On Sat, Aug 18, 2012 at 7:40 AM, Amyth Arora wrote: You can either create a symlink or add the django directory to your path for it to work, on windows the django files are installed in "C:\Python27\Lib\

Re: problems in installing django on windows 7

2012-08-17 Thread Amyth Arora
If you still face problem you can go through this tutorial right here -> http://techstricks.com/install-django-on-windows-7/ On Sat, Aug 18, 2012 at 7:40 AM, Amyth Arora wrote: > You can either create a symlink or add the django directory to your > path for it to work, on windows t

Re: problems in installing django on windows 7

2012-08-17 Thread Amyth Arora
You can either create a symlink or add the django directory to your path for it to work, on windows the django files are installed in "C:\Python27\Lib\site-packages\django". You can replace the Python directory according to the version of python you are using. On Fri, Aug 17, 2012 at 11:10 PM, num

problems in installing django on windows 7

2012-08-17 Thread numsontech
Hi! I am new to the Django frameworks and and having difficulties getting it to work on windows 7. I have successfully installed the latest release but when I try to create a new project using the command "python django-admin.py startproject mysite" it displays the following message: can't open

Re: Stuck already on step one, django on windows

2012-06-18 Thread Vincent
I had the same problem as you do. You can try the instructions on this site: http://djangolife.blogspot.sg/2008/06/part-vi-django.html Remember to restart your cmd prompt after you changed the environment variables though. I didn't and it took me sometime to figure out that the reason the envi

Re: Stuck already on step one, django on windows

2012-06-17 Thread Melvyn Sopacua
On 14-6-2012 17:25, Daniel Roseman wrote: >> I rent space on a server run by hostmonster.com. Would it be a better >> idea for me to learn how to do all this straight on my server instead of >> windows anyways? I don't even know how to tell if the django stuff works >> within my hosting envir

Re: Stuck already on step one, django on windows

2012-06-14 Thread Gerald Klein
If I understand you correctly it just asking you to enter a directory via cli, although you may not have ksh,bash or whatever windows still uses a filesystem. run "cmd" from the start menu run prompt. Then navigate to the directory they are instructing, some simple commands are duplicated between b

Re: Stuck already on step one, django on windows

2012-06-14 Thread Daniel Roseman
On Thursday, 14 June 2012 08:24:41 UTC+1, Daniel Patriarca wrote: > > I just installed python, then mysql, then django on my windows 7 machine > and I think it worked because I ran the import django comand from python > and nothing barked at me. I thought. yeah... time to hit the tutorial but >

Re: Stuck already on step one, django on windows

2012-06-14 Thread Melvyn Sopacua
On 14-6-2012 9:24, Daniel Patriarca wrote: > I just installed python, then mysql, then django on my windows 7 machine > and I think it worked because I ran the import django comand from python > and nothing barked at me. I thought. yeah... time to hit the tutorial but > the first thing it tells

Stuck already on step one, django on windows

2012-06-14 Thread Daniel Patriarca
I just installed python, then mysql, then django on my windows 7 machine and I think it worked because I ran the import django comand from python and nothing barked at me. I thought. yeah... time to hit the tutorial but the first thing it tells me to do is cd to a directory. Is there a unix e

Re: How to install django on Windows xp

2012-06-13 Thread Damián Pérez
Si, a mi me pasó algo similar y era por la versión de python, actualmente Django solo es compatible con python 2.7. Saludos, El miércoles, 13 de junio de 2012 06:34:19 UTC-5, Renne Rocha escribió: > > Hello, > > It appears that you are trying to use Python 3. Django doesn't works > with Pyt

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, __i

Re: How to install django on Windows xp

2012-06-13 Thread Renne Rocha
Hello, It appears that you are trying to use Python 3. Django doesn't works with Python 3, so you must install Python 2.7 instead. Reinstall the Python version to Python 2.7. It must fix your problem. Regards, Renne On Wed, Jun 13, 2012 at 4:20 AM, Manish wrote: > Hi, > > I am new t

How to install django on Windows xp

2012-06-13 Thread Manish
Hi, I am new to python and django. I have install django and trying to create a new project. When i run the command "django-admin.py startproject mysite", i get an error. the error is : Tracebback(most recent call last): File "./django-admin.py", line 2, in from django.core import managemen

django on windows xp

2012-06-13 Thread Manish
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 ImportError,e Syntax Error: Invalid Syntax I am very new to django

django on windows azure

2012-02-06 Thread Eugeny Klementev
Hello, I'm porting django application on windows azure cloud. I looking for ways to use azure's database from django application. I see two ways: 1. Use Azure SQL and use the any open-source odbc backend (i found django-pyodbc http://code.google.com/p/django-pyodbc/) 2. Use the windows azure tab

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread bedros
komodo is absolutely brilliant! couple months ago I spent two hours learning how to write komodo macros in python and how to use their shortcuts in writig commands; I recommend you try komodo and check their bundled macros and commands in the toolbox panel (on the right) click properties to edit co

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread Fatrix
I didn't aim to start a discussion about which IDE is better. But every one has its own pros and cos. While working with Aptana I had to recreate several times a broken workspace, a really annoying work. That was my main reason to switch from the free Eclipse-World to the (not expensive) PyCharm w

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread Cal Leeming [Simplicity Media Ltd]
Personally, I absolutely hate Eclipse and anything associated with it. An IDE really comes down to personal preference, which is why there are so many of them. I'd like to throw Komodo in the mix. I moved from NetBeans to Komodo about 2 months ago, and haven't looked back since. Although Komodo c

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread Andre Terra
On Mon, Jul 18, 2011 at 4:01 AM, Fatrix wrote: > > -V, before using PyCharm I was also developing with a simple editor > (vi). > Aptana wasn't a good choice, because the support for Django isn't > built-in. > PyCharm doesn't face you with these kind of problems, because PyCharm > is very well > p

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread Andre Terra
> Well, i would recommend that you use a simple editor(like vim in linux) or > Programmer's Notepad(in windows) for development in django/python. > It is much easier to develop and also helps you keep your development > environment 'lightweight'. > > An IDE is required only for languages like Java,

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread Fatrix
Hi Doug Perhaps [0] on stackoverflow helps you solving the problem (--noreload option). As I remember I had the same issue within Aptana. -V, before using PyCharm I was also developing with a simple editor (vi). Aptana wasn't a good choice, because the support for Django isn't built-in. PyCharm d

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-17 Thread Venkatraman S
Well, i would recommend that you use a simple editor(like vim in linux) or Programmer's Notepad(in windows) for development in django/python. It is much easier to develop and also helps you keep your development environment 'lightweight'. An IDE is required only for languages like Java, where ther

trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-17 Thread Doug Snyder
Hi I'm pretty new to Django but I had an app working OK so far in WIdnows in Eclipse with the Aptana Studio plugin. I installed Eclipse and Aptana on a Ubuntu 11 machine and copied the code into a new project and when I try to run the (development) server I get some errors in django itself that are

RE: Django on Windows 7

2011-03-22 Thread Sells, Fred
esday, March 22, 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. T

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 unsubsc

Re: Django on Windows 7

2011-03-22 Thread shofty
ooked back. this was a year ago, so i hope for your sake things have changed. good luck. Matt On Mar 22, 12:59 pm, David Kovar wrote: > Good evening, > > I need to install Django on Windows 7 due to other requirements for our > system. I've found documentation showing how to

Re: Django on Windows 7

2011-03-22 Thread delegbede
: Django users Reply-To: django-users@googlegroups.com Subject: Django on Windows 7 Good evening, I need to install Django on Windows 7 due to other requirements for our system. I've found documentation showing how to do this, but I don't have a sense of how hard this is, how stable

Django on Windows 7

2011-03-22 Thread David Kovar
Good evening, I need to install Django on Windows 7 due to other requirements for our system. I've found documentation showing how to do this, but I don't have a sense of how hard this is, how stable it will be, and what the associated issues might be. If someone can help enlight

RE: Challenge with installing django on windows 7 64 bit

2011-01-26 Thread Chris Matthews
s -> compatibility -> "Run this program in compatibility mode for" and then choose Windows XP -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Magge Sent: 26 January 2011 19:24 To: Django users Subject: Challenge with

Re: Challenge with installing django on windows 7 64 bit

2011-01-26 Thread Mike Dewhirst
On 27/01/2011 9:22am, j_syk wrote: Hello- I only develop django on osx and lunix (ubuntu), but I've looked into options for installing it on my windows desktop- even though I've never gotten around to it... I've found http://www.instantdjango.com/ which has all the common files you need to develo

Re: Challenge with installing django on windows 7 64 bit

2011-01-26 Thread j_syk
Hello- I only develop django on osx and lunix (ubuntu), but I've looked into options for installing it on my windows desktop- even though I've never gotten around to it... I've found http://www.instantdjango.com/ which has all the common files you need to develop in one package. According to the si

Challenge with installing django on windows 7 64 bit

2011-01-26 Thread Magge
Hi, I am trying to extract the installation files from the Django-1.2.4.tar.gz file that I got from the django website. I tried using winzip, 7z, cygwin and so forth. All these programs complain that the file isnt a valid archive. I used to work with django back in 2009 on Window. The installatio

Re: Is there anyone who is using Django on Windows 7 host system.

2010-08-01 Thread Michael Hipp
I'm using it on two Win7 systems (one x32, one x64). The "django-admin.py startproject mysite" command seems to do just what is expected. But note that I can't just enter it that way. Here's what I do: python C:\dev\virtenvs\redmule\Scripts\django-admin.py startproject mysite This is because I

Is there anyone who is using Django on Windows 7 host system.

2010-08-01 Thread balu
I'm not getting the actual result which should we get when we run "django-admin.py startproject mysite" on windows 7 Operating system. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroup

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-27 Thread Karen Tracey
On Tue, Apr 27, 2010 at 12:10 AM, cornflake wrote: > Thank you, the problem is solved! > Turns out in the development version of Django some settings have been > changed, so I had to declare DATABASES instead of DATABASE_ENGINE, > DATABASE_HOST etc. > http://docs.djangoproject.com/en/dev/ref/sett

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-26 Thread cornflake
nd not about > > its usage, I really hope you can help me, because I've been struggling > > with this for hours. > > > I'm following the Django on Windows Howto. I have installed Python > > 2.6, PostgreSQL 8.4, Psycopg 2.0.14 for Python 2.6 and the lat

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-26 Thread andy saksena
ally hope you can help me, because I've been struggling > with this for hours. > > > I'm following the Django on Windows Howto. I have installed Python > 2.6, PostgreSQL 8.4, Psycopg 2.0.14 for Python 2.6 and the latest > version of Django from SVN. > > I'm n

While trying to set up Django on Windows: AttributeE rror: ‘Settings’ object has no attribute ‘DATABASES’

2010-04-26 Thread cornflake
Dear Django users, Although my question is about the installation of Django and not about its usage, I really hope you can help me, because I've been struggling with this for hours. I'm following the Django on Windows Howto. I have installed Python 2.6, PostgreSQL 8.4, Psycopg 2.0.14

Django on Windows XP with ASE15

2010-02-11 Thread nioz_dm
Is it possible to run django on Windows with ASE15 as a database? I don't see any backend models for ASE and ODBC seems to be deprecated. Is there a work around? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread dartdog
I can vouch for running Django on Windows! it works fine,, just follow directions precisely. You must use command line, for ALL steps, not GUI or you will probably never get it going though. My biggest error was attempting to use GUI (file manager etc) for some steps... On Dec 16, 4:17 pm, Karen

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread Karen Tracey
On Wed, Dec 16, 2009 at 5:13 PM, reactosguy wrote: > I need help installing Django on Windows XP SP3. The docs explain > about running on Linux/Mac. > > The docs, specifically here: http://docs.djangoproject.com/en/1.1/topics/install/#installing-official-release also mention Windo

Trouble Installing Django on Windows XP SP3

2009-12-16 Thread reactosguy
I need help installing Django on Windows XP SP3. The docs explain about running on Linux/Mac. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Re: Oracle 11g + mod_wsgi + Apache + Django on Windows 2003 does not work

2009-07-30 Thread tcpipmen
thanks for your reply. i removed oracle 11g and installed 10g express. uninstalled python 2.6 and everything related. and now it is working. so i'm not sure it has to do with 11g??? i just need to test with 11g again in current setup. regards, On Jul 30, 5:23 pm, Xiong Chiamiov wrote: > On J

Re: Oracle 11g + mod_wsgi + Apache + Django on Windows 2003 does not work

2009-07-30 Thread Xiong Chiamiov
On Jul 29, 11:57 am, tcpipmen wrote: > Hi All, I have no problem running Oracle 11g with django on build-in > development server and everything is fine.  But When I setup with > mod_wsgi with Apache I'm getting messages like below [snip] > The specified module could not be found. I'm not quite s

Oracle 11g + mod_wsgi + Apache + Django on Windows 2003 does not work

2009-07-29 Thread tcpipmen
Hi All, I have no problem running Oracle 11g with django on build-in development server and everything is fine. But When I setup with mod_wsgi with Apache I'm getting messages like below. I'm using python 2.6 and installed cx_Oracle-5.0.2-11g.win32-py2.6.msi. ORACLE_HOME is set to "C:\app\Admini

Re: Installing Django on Windows XP

2009-05-29 Thread Vlad(L)
On 29 май, 20:54, athick2 wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into prob

Re: Installing Django on Windows XP

2009-05-29 Thread Thierry
wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into problems > > Goto C:\Program Files\

Re: Installing Django on Windows XP

2009-05-29 Thread Mike Driscoll
On May 29, 11:54 am, athick2 wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into prob

Installing Django on Windows XP

2009-05-29 Thread athick2
I am trying to install Django on Windows XP. I have python in C:\Python25 I have extracted django into C:\Program Files\Google\google_appengine \izonyu\Django-1.0.2-final when i try to install django, i run into problems Goto C:\Program Files\Google\google_appengine\izonyu\Django-1.0.2- final

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
Thanks for the clarification. On Jan 16, 2:18 pm, Daniel Roseman wrote: > On Jan 16, 7:03 pm, Ty wrote: > > > Follow-up question: > > I have a project that was created using the 1.0.2 version. Is it a > > good idea to basically recreate the project and apps using the newest > > version of the d

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Daniel Roseman
On Jan 16, 7:03 pm, Ty wrote: > Follow-up question: > I have a project that was created using the 1.0.2 version. Is it a > good idea to basically recreate the project and apps using the newest > version of the django-admin.py file, and then migrate the code over? > I'm assuming so. No, there is

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
It seams we have posted at almost the same time. Thanks for the reply. On Jan 16, 1:59 pm, Ramiro Morales wrote: > On Fri, Jan 16, 2009 at 4:47 PM, Ty wrote: > > >http://docs.djangoproject.com/en/dev/topics/install/#installing-the-d... > > > I'm currently on a Windows system and stuck on step #

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
I figured it out, and feel dumb for asking a silly question. The environment variable "PYTHONPATH" value has to be set to where the trunk is located on your local system. In my case it had to be set to here: "C:\Server\django-trunk" And yes, it does replace the setup.py method. Follow-up quest

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ramiro Morales
On Fri, Jan 16, 2009 at 4:47 PM, Ty wrote: > > http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version > > I'm currently on a Windows system and stuck on step #3. I have no idea > how to continue because I don't know what an "environment variable" > actually is and

Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version I'm currently on a Windows system and stuck on step #3. I have no idea how to continue because I don't know what an "environment variable" actually is and what they do. I've looked into how to create "environ

Re: lighttpd + django on windows

2009-01-07 Thread Eric Simorre
In fact, I think that the chapter describing the fastcgi deployment in the django doc is a little ... light :-) it gives only a description of a typical django.fcgi, and that's all. I have already deployed django sites with the following configs: - fastcgi ona hosting platform - apache/mod_pyt

Re: lighttpd + django on windows

2009-01-07 Thread Karen Tracey
On Wed, Jan 7, 2009 at 9:54 AM, Eric Simorre wrote: > > Does anybody know a tutorial about deploying django with lighttpd on > windows ? > > it does not work , and I don't find what to do > If nobody responds with a pointer to a tutorial, you might want to provide a few more details on what exac

Re: lighttpd + django on windows

2009-01-07 Thread Jeff Anderson
Eric Simorre wrote: > it does not work , and I don't find what to do > Well, there's your problem. You should just make it work. :) signature.asc Description: OpenPGP digital signature

  1   2   >