Search⌘ K
AI Features

Relative URLs

Understand how to implement relative URLs in Django templates using the url tag. This lesson teaches you to replace fixed URL paths with dynamic references by name and parameters, thereby making your Django project adaptable across systems. You will also learn how to handle application-specific URLs using app_name and path names.

What are relative URLs?

...