Evaluating Django for Web Development with Python Steps to run application Clone Code Execute manage.py: python manage.py migrate (this creates the database) Start Web Server: python manage.py runserver