{% extends "django_fundamentals/layouts/app.html" %} {% block head_title %}Home · {{ block.super }}{% endblock %} {% block content %}
This project is built on
django-fundamentals.
The routes below are wired up already — replace this page by adding your
own path("", ...)
or by overriding
templates/django_fundamentals/home.html.
| URL | Description |
|---|---|
| {{ url.path }} | {{ url.description }} |