Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2018-02-16 Thread gamiho
I know that's 4 years later, but django-admin without .py worked for me too, Im using v. 1.11.5, and on another pc, the same version of django, works normally with django-admin.py. On Tuesday, September 2, 2014 at 6:41:11 PM UTC+3, Collin Anderson wrote: > > django-admin (without .py) only

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-09-02 Thread Collin Anderson
django-admin (without .py) only works in django 1.7 what version are you using? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-09-02 Thread aseds
for me django-admin.py does not work, but django-admin does work. i don't know why. On Friday, August 29, 2014 10:13:55 AM UTC+4:30, Jo MM wrote: > > Hello. > I believe I have successfully installed Django based on having no problems > with testing "import django" at the command prompt and

Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-08-29 Thread Jo MM
Hello. I believe I have successfully installed Django based on having no problems with testing "import django" at the command prompt and in the Python interpreter. However, I cannot get the tutorial started. As explained by the tutorial ("From the command line, cd into a directory where you’d