Introduction

Django is a free and open-source web application framework, written in Python, which follows the MVC architectural pattern. Django's primary goal is to ease the creation of complex and database-driven websites. Django emphasizes the reusability of components, rapid development. Python is used throughout, even for settings, files, and data models. Django provides an optional administrative create, read, update and delete the interface.
Also included in the core framework are:
Documentation is available on: