From c8a6f01fc0b3726d544c35403c51334fd04e24e6 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 19 Mar 2024 11:52:07 +0100 Subject: [PATCH] Fix code --- one.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one.org b/one.org index ef675f3..99b1a00 100644 --- a/one.org +++ b/one.org @@ -999,7 +999,7 @@ For titles and descriptions, you can use the ~meta~ dictionary in the action wit #+BEGIN_SRC python from liveview.context_processors import get_global_context - from core import settings + from django.conf import settings from liveview.utils import ( get_html, update_active_nav,