I\'m following the Django tutorial https://docs.djangoproject.com/es/1.10/intro/tutorial01/
I\'ve created a \"mysite\" dummy project (my very first one) and try to
For running Python version 3, you need to use python3 instead of python.
python3
python
So, the final command will be:
python3 manage.py runserver