This document introduces the Django web framework. It discusses what frameworks are and compares them to content management systems (CMS). It outlines some key advantages of Django like its tight integration of components and built-in admin interface. It provides an overview of Django's Model-View-Controller (MVC) architecture and shows how to set up a Django project, create a model, define URLs and views, and output data to a template.