I think you have not installed django, `pip install django` you can confirm if django is installed in your current environment by doing `pip list` if it is, you will see it in the list. This <https://docs.djangoproject.com/en/2.1/topics/install/> might come in handy
On Sun, Dec 16, 2018, 1:47 PM Okware Aldo <[email protected] wrote: > I can remotely help, provide access me with remote access or push code > github > > On Sat, 15 Dec 2018, 20:54 <[email protected] wrote: > >> Hello - I'm trying to get Django up and running and I'm having some >> likely trivial trouble. I'm following the "Writing your first Django app" >> tutorial, but I'm getting stuck trying to create the project using >> 'django-admin >> startproject mysite'. The output says command not found. I've tried >> troubleshooting but haven't had any luck so far. Any assistance is much >> appreciated. >> >> -- >> 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/b2057d6f-270c-4916-bf6d-da1cbf4e7c87%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/b2057d6f-270c-4916-bf6d-da1cbf4e7c87%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/CAMEZma9fAWn%3DzToF-DF%2B4KyRZjEH_KYAc2_rThE8jcVt2gPQNw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMEZma9fAWn%3DzToF-DF%2B4KyRZjEH_KYAc2_rThE8jcVt2gPQNw%40mail.gmail.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/CACem%2B%2BXdzWOOnJq5QyZjGuFmhNxLPJYPo_K1%2Bod%2BmJ%3DcTUBkig%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

