Django Tutorial (original) (raw)

Skip to content

This Django tutorial helps you learn how to use the Django web framework from scratch via practical and real-world examples.

Prerequisites #

You should have the following knowledge to follow the Django tutorial:

The tutorial is relevant to Django 4.x

Section 2. Django Class-based Views #

In this section, you’ll learn the class-based views by building a Todo List App that allows users to register, log in, reset passwords, create profiles, and manage their own tasks.

Section 3. Django ORM #

In this section, you’ll deep dive into Django ORM and how to use it effectively to interact with relational databases.

Section 5. Django Cookies and Sessions #

In this section, you’ll learn how cookies work in the browser and how to set and read cookies in Django. Then you explore how to use cookies to support sessions in Django.