what you can only do with django code example
Example 1: create new django app
python manage.py startapp app_name
Example 2: run django app
$ python manage.py runserver
python manage.py startapp app_name
$ python manage.py runserver