Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread Ramiro Morales
On Mon, Jul 23, 2012 at 4:58 PM, boxxtcy wrote: > I tried without the .py, still doesn't do anything. django-admin.py lives > in my C:\Python27\Scripts just as it is supposed to. I don't really see > what the issue is :/ Don't rely on the association of .py files with the

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread boxxtcy
I tried without the .py, still doesn't do anything. django-admin.py lives in my C:\Python27\Scripts just as it is supposed to. I don't really see what the issue is :/ On Monday, July 23, 2012 2:59:18 PM UTC-4, Joel Goldstick wrote: > > On Mon, Jul 23, 2012 at 12:38 PM, boxxtcy

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread Joel Goldstick
On Mon, Jul 23, 2012 at 12:38 PM, boxxtcy wrote: > When trying to follow this tutorial, I get stuck after django-admin.py > startproject mysite because no directory is created. I doubt the command is > even being executed, all it brings up is the code in a notepad++ window. I

django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread boxxtcy
When trying to follow this tutorial, I get stuck after django-admin.py startproject mysite because no directory is created. I doubt the command is even being executed, all it brings up is the code in a notepad++ window. I have django