Re: Help getting started.....I think it is installed correctly

2011-01-01 Thread Anthony Pearce
Thank you, that helps. Will give it a shot. On Jan 2, 10:00 am, Blue Cuenca wrote: > /home/mycode or /home is a linux location.  Apparently, you are using > windows. > > I would suggest creating a folder for all your django projects, say > C:\DjangoProjects\ , and run django-admin.py from there.

Re: Help getting started.....I think it is installed correctly

2011-01-01 Thread Blue Cuenca
/home/mycode or /home is a linux location. Apparently, you are using windows. I would suggest creating a folder for all your django projects, say C:\DjangoProjects\ , and run django-admin.py from there. You do not want to put your django project folder in your www folder, since that may allow ac

Re: Help getting started.....I think it is installed correctly

2011-01-01 Thread Anthony Pearce
OK thank you. One last question though. What makes a folder private? Sorry but I really am a noob at this. On Jan 2, 3:31 am, Acorn wrote: > You can put your code anywhere you like although you shouldn't put it > anywhere public. > > Just pick a private folder somewhere and let django-admin.py se

Re: Help getting started.....I think it is installed correctly

2011-01-01 Thread Acorn
You can put your code anywhere you like although you shouldn't put it anywhere public. Just pick a private folder somewhere and let django-admin.py set up the folder. On 1 January 2011 16:14, Anthony Pearce wrote: > Quote from "Writing your first Django app, part 1": > > From the command line, c