From 8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 2 Apr 2020 20:57:07 -0600 Subject: changes to requirements and conf --- jthanio/settings/base.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'jthanio') diff --git a/jthanio/settings/base.py b/jthanio/settings/base.py index ea7dcce..8c66414 100644 --- a/jthanio/settings/base.py +++ b/jthanio/settings/base.py @@ -122,7 +122,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'America/Denver' USE_I18N = True @@ -161,5 +161,4 @@ WAGTAIL_SITE_NAME = "jthanio" # Base URL to use when referring to full URLs within the Wagtail admin backend - # e.g. in notification emails. Don't include '/admin' or a trailing slash -BASE_URL = 'http://example.com' -WAGTAIL_CODE_BLOCK_THEME = 'okaidia' +BASE_URL = 'https://jthan.io' -- cgit v1.2.3