From df8997d24409c0a1fc9a7d1ff04158bfabe24e09 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 2 Apr 2020 21:48:58 -0600 Subject: comment for clarification --- jthanio/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jthanio/settings/base.py b/jthanio/settings/base.py index be8cd28..7a5651b 100644 --- a/jthanio/settings/base.py +++ b/jthanio/settings/base.py @@ -164,6 +164,7 @@ WAGTAIL_SITE_NAME = "jthanio" # e.g. in notification emails. Don't include '/admin' or a trailing slash BASE_URL = 'https://jthan.io' +# Need root dir, then define our new search backend ROOT_DIR = os.path.abspath(os.path.dirname(__name__)) WAGTAILSEARCH_BACKENDS = { 'default': { -- cgit v1.2.3