Re: starting a project in windows xp

2009-10-20 Thread Grant Livingston
Python add's itself to your path by default right? If not, it would be much more convenient just adding python to your path so you could just say "python" instead of the full path to the exe... --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: starting a project in windows xp

2009-10-20 Thread Kevin.Gu
I think there is another way to do it -- use Exemaker. http://effbot.org/zone/django.htm On Tue, Oct 20, 2009 at 3:31 AM, Nick wrote: > > FYI, > > If anyone in general has trouble starting a new project in Windows xp, > this might help you. When I first tried creating a project, I cd'd > into th

starting a project in windows xp

2009-10-19 Thread Nick
FYI, If anyone in general has trouble starting a new project in Windows xp, this might help you. When I first tried creating a project, I cd'd into the appropriate directory in a cmd prompt and then typed the path to the django-admin.py file, then startproject, and the project name. All this woul