2
I lowered the Django and unpacked on the desktop went to the Cmd typed desktop cd right away cd Django-1.6.2 which is the name of the Django so far so good, more when I run the code python setup.py install to install it the following message appears:
'python' is not recognized as an internal command or external, a operable program or a batch file.
What should I do ?
Dude, Django 1.6 is already well outdated, work with Django 1.8 or 1.9. You can try it at a learning level but a lot of it is already obsolete.
– Puam Dias