From b33450c65d380f04e7075e29d6152a823bb8d8b0 Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 10 Mar 2023 01:48:18 -0500 Subject: [PATCH] Update site submodule and update settings --- dmoj/repo | 2 +- local_settings.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dmoj/repo b/dmoj/repo index 9d90687..3e597c0 160000 --- a/dmoj/repo +++ b/dmoj/repo @@ -1 +1 @@ -Subproject commit 9d90687d99ff01213eff933d3dc6bf065479a9ff +Subproject commit 3e597c03b1da13599bf72138f6584af0c16bd037 diff --git a/local_settings.py b/local_settings.py index 816671a..0f16eb7 100644 --- a/local_settings.py +++ b/local_settings.py @@ -230,8 +230,7 @@ MATHOID_CACHE_URL = '//{host}/mathoid/'.format(host=HOST) ## Pdfoid ## ############ -USE_PDFOID = True -PDFOID_URL = 'http://pdfoid:8888' +DMOJ_PDF_PDFOID_URL = 'http://pdfoid:8888' ############ ## Texoid ##