creat django app code example Example 1: create new django app python manage.py startapp app_name Example 2: run django app $ python manage.py runserver