Django Tutorial · Django Tutorial

Django Home

Learn all about Django Home in this comprehensive tutorial.

5 min read intermediate
  • In this tutorial you get a step by step guide on how to install and create a Django project.
  • In the tutorial we will use examples to better explain the various concepts.
  • Many chapters in this tutorial end with an exercise where you can check your level of knowledge.
  • Learn by taking a quiz!
  • You will also find references over the most common Django features:

Learning by Doing

In this tutorial you get a step by step guide on how to install and create a Django project. You will learn how to create a project where you can add, read, update or delete data.

You will learn how to make HTML Templates and use Django Template Tags to insert data within a HTML document.

You will learn how to work with QuerySets to extract, filter, and sort data from the database.

You will also learn how to set up a PostgreSQL database and how to deploy your Django project to the world.

Learning by Examples

In the tutorial we will use examples to better explain the various concepts.

Introduction

Many chapters in this tutorial end with an exercise where you can check your level of knowledge.

See all Django Exercises

Introduction

Learn by taking a quiz! The quiz will give you a signal of how much you know about Django.

Start Django Quiz

Learning by References

You will also find references over the most common Django features:

Module quiz

2 questions
1

Which of the following is true about Django Home?

2

What is the most common pitfall when working with Django Home?

Answer all questions to submit.