diff --git a/example_cms/Dockerfile b/example_cms/Dockerfile index cb374f74..8cbc0924 100644 --- a/example_cms/Dockerfile +++ b/example_cms/Dockerfile @@ -1,5 +1,5 @@ -# v3.9.3 -FROM taccwma/core-cms:4ef3608 +# v4.4.0 +FROM taccwma/core-cms:42b4a97 WORKDIR /code diff --git a/example_cms/src/taccsite_cms/settings_custom.py b/example_cms/src/taccsite_cms/settings_custom.py index 6419e0bb..02d158c2 100644 --- a/example_cms/src/taccsite_cms/settings_custom.py +++ b/example_cms/src/taccsite_cms/settings_custom.py @@ -16,21 +16,10 @@ # DJANGO CMS SETTINGS ######################## -# CMS_TEMPLATES = ( -# ('standard.html', 'Standard'), -# ('fullwidth.html', 'Full Width'), - -# # Portal homepage placeholder -# ('home_portal.html', 'Standard Portal Homepage'), - -# # Portal guide pages -# ('guide.html', 'Guide'), -# ('guides/getting_started.tam.html', 'Guide: Getting Started'), -# # ('guides/getting_started.v2.html', 'Guide: Getting Started'), -# ('guides/data_transfer.html', 'Guide: Data Transfer'), -# ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'), -# ('guides/portal_technology.html', 'Guide: Portal Technology Stack'), -# ) +CMS_TEMPLATES = ( + ('standard.html', 'Standard'), + ('fullwidth.html', 'Full Width'), +) ######################## # TACC: BRANDING @@ -70,7 +59,6 @@ # TACC: PORTAL ######################## -# Does this CMS site have a portal? # INCLUDES_CORE_PORTAL = False # INCLUDES_PORTAL_NAV = False # INCLUDES_SEARCH_BAR = False