When you start fresh (as I sometimes do), you create a Django project into which you create your first application. You use django-admin.py to spin up a project directory, and from in side there, use manage.py to create an application boilerplate.
The Django folks are very clear on …
more ...