IAM djangp code example Example 1: start new app in django $ python manage.py startapp app_name Example 2: run django app $ python manage.py runserver