how to craete project in Djangousing windows command 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
Example 3: run django app
$ python manage.py runserver