On Mon, Nov 17, 2008 at 9:58 PM, DSS <[EMAIL PROTECTED]> wrote: > > I just installed Django 2.6 on my Vista machine; followed installation > instructions explicitly. Python imports Django sucessfully. When I > try to run django-admin.py startproject ..., it does not run at the > command prompt. I suspect it needs to be in the system path, but I'm > not sure. > > Yes, unless you want to specify the full path at the command line to django-admin.py, you have to either put it in a place that is in your system path or add its location to your system path.
Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

