Re: How To Activate Django Server.

2015-06-27 Thread Mike Dewhirst
On 27/06/2015 11:43 AM, Steve Burrus wrote: we;ll here is the error message that I get when I try to install django in the virtual env. : "C:\Users\SteveB\Desktop\myenv>.\Scripts\activate (myenv) C:\Users\SteveB\Desktop\myenv>pip install django Fatal error in launcher: Job information querying fa

Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
we;ll here is the error message that I get when I try to install django in the virtual env. : "C:\Users\SteveB\Desktop\myenv>.\Scripts\activate (myenv) C:\Users\SteveB\Desktop\myenv>pip install django Fatal error in launcher: Job information querying failed" What's the problem anyway? On Fri, Ju

Re: How To Activate Django Server.

2015-06-26 Thread Javier Guerra Giraldez
On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus wrote: > I AM able to create a new virtual env. but I gfet this error message when I > try to create a new project! have you installed django in this virtualenv? -- Javier -- You received this message because you are subscribed to the Google Grou

Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
I AM able to create a new virtual env. but I gfet this error message when I try to create a new project! Do i possibly have to start the DjANgo server first then try to create the new project? It's so dumb that I very recently knew how to do all of this fairly easily but not now. What am I doing

Re: How To Activate Django Server.

2015-06-25 Thread Aaron C. de Bruyn
Steve, You don't appear to be in the same folder as manage.py. You need to change to the directory that holds your project files. -A On Thu, Jun 25, 2015 at 1:35 PM, Steve Burrus wrote: > No i am sorry but python manage.py runserver doesn't work! I first tried to > run it in a newly created vi

Re: How To Activate Django Server.

2015-06-25 Thread Steve Burrus
No i am sorry but python manage.py runserver doesn't work! I first tried to run it in a newly created virtual environment, it failed. so I just tried to run it in the Desktop folder but it still failed. I remember a command which had in it "django-admin.py" that I need to type right? "C:\Users\St

Re: How To Activate Django Server.

2015-06-25 Thread ybdragon
On 06/25/15 18:07, Steve Burrus wrote: > I am sorry that I hjave to ask about this, since I was recently able > to do it, but I have to ask how do I go about going from successfully > creating a new virtual environment to then being able to connect to > the Django server? I have seen countless vide

How To Activate Django Server.

2015-06-25 Thread Steve Burrus
I am sorry that I hjave to ask about this, since I was recently able to do it, but I have to ask how do I go about going from successfully creating a new virtual environment to then being able to connect to the Django server? I have seen countless videos, on youtube, on how this is done but I si