From 48ab3bfde3ffb0c9dc4a315a010a17113b2ed00a Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Mon, 23 Sep 2024 11:30:04 +0200 Subject: [PATCH] feat(sample_project): enable the `apis_core.documentation` app --- sample_project/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sample_project/settings.py b/sample_project/settings.py index 190e0ec5f..b88261bd7 100644 --- a/sample_project/settings.py +++ b/sample_project/settings.py @@ -60,6 +60,7 @@ # and extend their templates "apis_core.generic", "apis_core.core", + "apis_core.documentation", ] MIDDLEWARE = [