Django Exercises
Exercises
Test your Django skills with exercises from all categories:
Introduction
Get started
Virtual Environment
Installing Django
Creating Project
Creating Django App
Views
URLs
Templates
Models
Insert Data
Delete Data
Update Model
404 Template
Admin Create User
Admin Include Models
Variables
The If Tag
The For Tag
The Comment Tag
Include
Querysets
Queryset Get Data
Filter Querysets
Sort Querysets
Static Files
Collect Static Files
Global Static Files
Add CSS File
The Exercise
The exercises are a mix of "multiple choice" and "fill in the blanks" questions. There are between 3 and 9 questions in each category. The answer can be found in the corresponding tutorial chapter. If you're stuck, or answer wrong, you can try again or hit the "Show Answer" button to see the correct answer.
If you don't know Django, we suggest that you read our Django Tutorial from scratch.