Re: Django-admin problem

2018-05-04 Thread Kamal Kumar Bharadwaj
rompt. With PowerShell, you may have to be more >> explicit in your path, such as using “.\django-admin startproject mysite” >> >> >> >> *From:* django-users@googlegroups.com [mailto: >> django-users@googlegroups.com] *On Behalf Of *Jani Tiainen >> *Sent:* Friday,

Re: Django-admin problem

2018-05-04 Thread Mikko Meronen
Tiainen > *Sent:* Friday, May 4, 2018 1:26 PM > *To:* django-users@googlegroups.com > *Subject:* Re: Django-admin problem > > > > Hi, > > > > By the looks of error you're running windows. > > > > By default scripts are not in PATH so you need to type som

RE: Django-admin problem

2018-05-04 Thread Matthew Pava
] On Behalf Of Jani Tiainen Sent: Friday, May 4, 2018 1:26 PM To: django-users@googlegroups.com Subject: Re: Django-admin problem Hi, By the looks of error you're running windows. By default scripts are not in PATH so you need to type something like c:\python36\scripts\django-admin.py Or you

Re: Django-admin problem

2018-05-04 Thread Jani Tiainen
Hi, By the looks of error you're running windows. By default scripts are not in PATH so you need to type something like c:\python36\scripts\django-admin.py Or you should use virtualenv (or pipenv) which would set path correctly. pe 4. toukokuuta 2018 klo 19.51 Mikko

Django-admin problem

2018-05-04 Thread Mikko
Hi, I'm trying to follow the tutorial, but I got this problem at the very beginning when I tried ''django-admin startproject mysite'': django-admin : The term 'django-admin' is not recognized as the name of a cmdlet, function, script file, or operable pr ogram. Check the spelling of the name,