create new application in django code example
Example 1: django create app
python manage.py startapp # name of the app
Example 2: start new app in django
$ python manage.py startapp app_name
Example 3: create new django app
python manage.py startapp app_name
Example 4: django create app
$ python manage.py startapp polls