These questions come from the Django project tutorial materials. What is the name of the application we build in step 1 of "Writing your first Django app, part 1"? code example
Example 1: start django project
django-admin startproject <//name of project\\>
Example 2: create new django app
python manage.py startapp app_name