summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-04-02 21:48:58 -0600
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-04-02 21:48:58 -0600
commitdf8997d24409c0a1fc9a7d1ff04158bfabe24e09 (patch)
treea736faf9b3948288f2d9616f8ee5f18aa0f649b8
parent6d392ab5e77a7d6dfee4e9b046fba1073ed9f86d (diff)
downloadjthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar.gz
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar.bz2
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar.lz
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar.xz
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.tar.zst
jthanio-df8997d24409c0a1fc9a7d1ff04158bfabe24e09.zip
comment for clarification
-rw-r--r--jthanio/settings/base.py1
1 files changed, 1 insertions, 0 deletions
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': {