As others have pointed out, the problem might be not having your virtual env activated. If it's your first time with Django, there are very clear installation and set-up instructions in the Django Girls tutorial - also for Windows. I highly recommend it for a start.
On a side note, I'd also recommend using Python 3.x and Django 2.1, if you can. Django 1.6 has not been supported for 4 years now, and Python 2.7 support is going to be dropped soon... and I suppose Django 1.6 may not be compatible with Python 3.7 ;) On Saturday, 9 March 2019 19:15:01 UTC+1, Ando Rakotomanana wrote: > > Hello, I'm still starting with django. And I have a problem with the > creation of the project, I write: "django-admin startproject DjangoTest" in > the cmd of my windows and it tells me that django-admin is not an internal > command. While I typed the same code this morning in the cmd and it worked. > And I do not understand why? > I have python 2.7.0 and 3.7.2 and django 1.6.2 installed on my windows 8.1 > -- 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/cc6f05e6-a926-4137-b234-3d2563139b7b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

