Re: Help with Django installation on windows

2013-09-21 Thread Chris Kavanagh
Hi Poom. . .You need to make sure that Django AND Python are on your system path. I'll run you through how to do that. . .Right click on "My Computer", choose "Properties", on the "Properties Window" choose the "Advanced Tab", then choose "Environment Variable". In that window it'll be divided i

Re: Help with Django installation on windows

2013-09-21 Thread Poom Buncha
> > I see, thank you for your quick reply I will try Virtualenv and pip > -- 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.

Re: Help with Django installation on windows

2013-09-21 Thread Avraham Serour
you should use pip to install python packages, after you have pip you can use "pip install django" eventually it is worth to take a look at virtualenv so you can have separate environments and packages for each project in any case you should use "python django-admin

Re: Help with Django installation on windows

2013-09-21 Thread Tom Lockhart
On 2013-09-21, at 1:27 PM, Poom Buncha wrote: > Hi all > > First off, I like to say that I am a beginner to everything related to > computing. So I have to appologize a head of time if what I am asking is > common sense. > I'm trying to install Django on my windows computer > > So I instal