django-admin create aoo code example
Example 1: django create app
python manage.py startapp # name of the app
Example 2: django create app command
python manage.py startapp app_name
Example 3: how to start a new django project
...\> django-admin startproject project_name