Search⌘ K
AI Features

Quiz: Admin Design and Asset Management

Assess your understanding of template resolution, asset pipelines, and safe UI customization in the Django admin.

We'll cover the following...
Technical Quiz
1.

When configuring the TEMPLATES array in Django, what is the specific role of the DIRS list?

A.

It tells Django to ignore the default administration application directories entirely.

B.

It defines project-level paths that Django checks before scanning application folders.

C.

It activates the automatic collection pipeline for HTML and static asset templates.

D.

It strictly maps custom CSS stylesheet directories directly into the view contexts.


1 / 14
...