summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-04-02 20:57:07 -0600
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-04-02 20:57:07 -0600
commit8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8 (patch)
tree0fadae49b77e12f2cab6d890c61dd43e48d7ed45
parent413d5c57176c4fd793356a53102546e083cd1d06 (diff)
downloadjthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar.gz
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar.bz2
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar.lz
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar.xz
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.tar.zst
jthanio-8b0441bbdd45c3ffdada97e697575a3ab7f3d7e8.zip
changes to requirements and conf
-rw-r--r--jthanio/settings/base.py5
-rw-r--r--requirements.txt27
2 files changed, 26 insertions, 6 deletions
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'
diff --git a/requirements.txt b/requirements.txt
index 4f3339f..ac71aca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,24 @@
-Django>=3.0,<3.1
-wagtail>=2.8,<2.9
-mysqlclient==1.4.6
+asgiref==3.2.7
+beautifulsoup4==4.6.0
+certifi==2019.11.28
+chardet==3.0.4
+Django==3.0.5
+django-modelcluster==5.0.1
+django-taggit==1.2.0
+django-treebeard==4.3.1
+djangorestframework==3.11.0
+draftjs-exporter==2.1.7
+html5lib==1.0.1
+idna==2.9
+l18n==2018.5
+Pillow==6.2.2
+pytz==2019.3
+requests==2.23.0
+six==1.14.0
+sqlparse==0.3.1
+Unidecode==1.1.1
+urllib3==1.25.8
+wagtail==2.8
+webencodings==0.5.1
+Willow==1.3
+wagtail-whoosh