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 <[email protected]> kirjoitti: > 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, or if a path was included, verify > that the path is correct and try again. > At line:1 char:1 > + django-admin startproject mysite > + ~~~~~~~~~~~~ > + CategoryInfo : ObjectNotFound: (django-admin:String) [], > CommandNotFoundException > + FullyQualifiedErrorId : CommandNotFoundException > > Could someone help me to overcome this? > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/28096273-fd67-4084-ba8a-f4e3c75d5916%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/28096273-fd67-4084-ba8a-f4e3c75d5916%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91odAtLj7Xc%3DChc0f7yLZ-HY7hiM3%3DaNSRxhY1MQd_qbREw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

