$ django-admin.py startproject yourprojectname

This will create

yourprojectname directory and

there are following files in it:

1. manage.py

2. settings.py

3.urls.py

4. __init__.py

Leave a comment