command to create django app code example
Example 1: django create app command
python manage.py startapp app_name
Example 2: start new app in django
$ python manage.py startapp app_name
python manage.py startapp app_name
$ python manage.py startapp app_name