Installtion pip install django Create Project django-admin startproject home Run server python manage.py runserver Django relies on a three-part process for adding Web pages 1) Templates - the layout and appearance 2) Views - the logic or actual database-driven content 3) URLs - the location, for example /about/