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 should activate your virtual environment . In terminal -> source env/bin/activate now there will be ----> (env) in your terminal displayed !
now it will work -> runserver .
No need to delete exc part !