YouTip LogoYouTip

Django Tutorial

# Django Tutorial ![Image 3: django](#) Django is a high-level Python Web framework for building Web applications. Django provides a powerful set of tools and conventions that enable developers to quickly build fully-featured and maintainable websites. Django is licensed under the BSD license. It was first released in July 2005, and its first official version 1.0 was released in September 2008. Django adopts the MVT software design pattern: Model, View, and Template. * * * ## Who Should Read This Tutorial? This tutorial is suitable for developers who already have a basic understanding of Python. * * * ## Prerequisites Before Starting This Tutorial Before starting this tutorial, you should be familiar with some fundamental Web concepts and either the [Python 2.x Basic Tutorial](#) or the [Python 3.x Basic Tutorial](#). Python versions supported by different Django versions: | Django Version | Python Versions | | --- | --- | | 1.8 | 2.7, 3.2, 3.3, 3.4, 3.5 | | 1.9, 1.10 | 2.7, 3.4, 3.5 | | 1.11 | 2.7, 3.4, 3.5, 3.6 | | 2.0 | 3.4, 3.5, 3.6, 3.7 | | 2.1, 2.2 | 3.5, 3.6, 3.7 | | 3.2 | 3.6, 3.7, 3.8, 3.9, 3.10 | | 4.0 | 3.8, 3.9, 3.10 | | 4.1 | 3.8, 3.9, 3.10, 3.11 (added in 4.1.3) | | 4.2 | 3.8, 3.9, 3.10, 3.11, 3.12 (added in 4.2.8) | !(h
← Django InstallEvent Key Location β†’