Skip to content

Commit e9d4410

Browse files
committed
chore(example): update CMS and settings to v4
1 parent 73a87bc commit e9d4410

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

example_cms/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.9.3
2-
FROM taccwma/core-cms:4ef3608
1+
# v4.4.0
2+
FROM taccwma/core-cms:42b4a97
33

44
WORKDIR /code
55

example_cms/src/taccsite_cms/settings_custom.py

+4-16
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,10 @@
1616
# DJANGO CMS SETTINGS
1717
########################
1818

19-
# CMS_TEMPLATES = (
20-
# ('standard.html', 'Standard'),
21-
# ('fullwidth.html', 'Full Width'),
22-
23-
# # Portal homepage placeholder
24-
# ('home_portal.html', 'Standard Portal Homepage'),
25-
26-
# # Portal guide pages
27-
# ('guide.html', 'Guide'),
28-
# ('guides/getting_started.tam.html', 'Guide: Getting Started'),
29-
# # ('guides/getting_started.v2.html', 'Guide: Getting Started'),
30-
# ('guides/data_transfer.html', 'Guide: Data Transfer'),
31-
# ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
32-
# ('guides/portal_technology.html', 'Guide: Portal Technology Stack'),
33-
# )
19+
CMS_TEMPLATES = (
20+
('standard.html', 'Standard'),
21+
('fullwidth.html', 'Full Width'),
22+
)
3423

3524
########################
3625
# TACC: BRANDING
@@ -70,7 +59,6 @@
7059
# TACC: PORTAL
7160
########################
7261

73-
# Does this CMS site have a portal?
7462
# INCLUDES_CORE_PORTAL = False
7563
# INCLUDES_PORTAL_NAV = False
7664
# INCLUDES_SEARCH_BAR = False

0 commit comments

Comments
 (0)