Skip to content

Commit

Permalink
chore(example): update CMS and settings to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jan 4, 2024
1 parent 73a87bc commit e9d4410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
4 changes: 2 additions & 2 deletions example_cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.9.3
FROM taccwma/core-cms:4ef3608
# v4.4.0
FROM taccwma/core-cms:42b4a97

WORKDIR /code

Expand Down
20 changes: 4 additions & 16 deletions example_cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e9d4410

Please sign in to comment.