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
You must activate virtual environment where you have installed django. Then run this command - python manage.py runserver