I'm starting with Python and Django, following a tutorial I found: link
When I run the django-admin
command with startproject, it does not generate that folder structure it shows in the tutorial, it just creates a file that opens directly in 'visualstudio.
My question is this, the structure is auto-generated, or needs to be created in the hand, if it is automatic, what will I do wrong.
I'm using python 3.5
and django 1.9.7