what django command is used to start a new app code example
Example 1: django-admin startproject
$ django-admin <command> [options]
$ manage.py <command> [options]
$ python -m django <command> [options]
Example 2: django make app
...\> django-admin startproject mysite