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