django how to start app code example
Example 1: django create app
python manage.py startapp # name of the app
Example 2: create new django project
django-admin startproject project_name
python manage.py startapp # name of the app
django-admin startproject project_name