Skip to content

Commit

Permalink
chore(settings) add "TACC: " heading prefix (#131)
Browse files Browse the repository at this point in the history
also remove some headings and deprecate others
  • Loading branch information
wesleyboar authored Apr 12, 2022
1 parent 0d4ec66 commit b26ad16
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 64 deletions.
6 changes: 1 addition & 5 deletions a2cps-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -32,10 +32,6 @@
"True"
]

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "a2cps-cms/img/org_logos/favicon.ico"
}
8 changes: 2 additions & 6 deletions brainmap-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)

########################
# BRANDING
# TACC: BRANDING
########################

_UTHSCSA_BRANDING = [
Expand Down Expand Up @@ -70,7 +70,7 @@
BRANDING = [ _SGCI_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING, _UTHSCSA_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -84,10 +84,6 @@
"True"
]

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "brainmap-cms/img/org_logos/favicon.ico"
}
12 changes: 3 additions & 9 deletions ecep-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@
)

########################
# THEME
########################

# THEME = 'has-dark-logo'

########################
# BRANDING
# TACC: BRANDING
########################

_NSF_BRANDING = [
Expand Down Expand Up @@ -66,7 +60,7 @@
BRANDING = [_NSF_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -81,7 +75,7 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = True
6 changes: 3 additions & 3 deletions example-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# )

########################
# BRANDING
# TACC: BRANDING
########################

# from taccsite_cms.settings import TACC_BRANDING, UTEXAS_BRANDING, NSF_BRANDING
Expand All @@ -41,7 +41,7 @@
# BRANDING = [ TACC_BRANDING, UTEXAS_BRANDING, NSF_BRANDING, _CUSTOM_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -56,7 +56,7 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

# Should a user be able to see link to Portal? (default value: True)
Expand Down
8 changes: 2 additions & 6 deletions frontera-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)

########################
# BRANDING
# TACC: BRANDING
########################

_NSF_BRANDING = [
Expand Down Expand Up @@ -61,7 +61,7 @@
BRANDING = [ _NSF_BRANDING, _FRONTERA_TACC_BRANDING, _UTEXAS_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -75,10 +75,6 @@
"True"
]

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "frontera-cms/img/org_logos/favicon.ico"
}
6 changes: 3 additions & 3 deletions lccf-tacc/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# because current infrastructure lacks ability to reference default values

########################
# BRANDING
# TACC: BRANDING
########################

_NSF_BRANDING = [
Expand Down Expand Up @@ -45,7 +45,7 @@
BRANDING = [ NSF_BRANDING, TACC_BRANDING, UTEXAS_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -60,7 +60,7 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = False
8 changes: 2 additions & 6 deletions neuronex-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)

########################
# BRANDING
# TACC: BRANDING
########################

_NSF_BRANDING = [
Expand Down Expand Up @@ -59,7 +59,7 @@
BRANDING = [ _NSF_BRANDING, _FRONTERA_TACC_BRANDING, _UTEXAS_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -73,10 +73,6 @@
"True"
]

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "neuronex-cms/img/org_logos/favicon.ico"
}
6 changes: 3 additions & 3 deletions protx-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
)

########################
# THEME
# TACC: (DEPRECATED)
########################

THEME = 'has-dark-logo'

########################
# BRANDING
# TACC: BRANDING
########################

COOKS_BRANDING = [
Expand Down Expand Up @@ -66,7 +66,7 @@
BRANDING = [ COOKS_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand Down
8 changes: 2 additions & 6 deletions sciviscolor-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
# SCIVISCOLOR.ORG

########################
# BRANDING
########################

########################
# LOGOS.
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -22,7 +18,7 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = False
8 changes: 4 additions & 4 deletions tapis-project-org/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# because current infrastructure lacks ability to reference default values

########################
# BRANDING
# TACC: BRANDING
########################

UHAWAII_BRANDING = [
Expand Down Expand Up @@ -56,7 +56,7 @@
BRANDING = [ _NSF_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING, UHAWAII_BRANDING ]

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -71,13 +71,13 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = False

########################
# GOOGLE ANALYTICS
# TACC: GOOGLE ANALYTICS
########################

GOOGLE_ANALYTICS_PROPERTY_ID = "UA-125525035-17"
6 changes: 3 additions & 3 deletions texascale-org/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -32,7 +32,7 @@
]

########################
# PORTAL
# TACC: PORTAL
########################

INCLUDES_CORE_PORTAL = False
Expand All @@ -41,7 +41,7 @@


########################
# FEATURES
# TACC: (DEPRECATED)
########################

from taccsite_cms.settings import INSTALLED_APPS
Expand Down
6 changes: 1 addition & 5 deletions tup-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
)

########################
# BRANDING
########################

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand Down
6 changes: 1 addition & 5 deletions utrc-cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)

########################
# LOGOS
# TACC: LOGOS
########################

LOGO = [
Expand All @@ -35,10 +35,6 @@
"True"
]

########################
# FAVICON
########################

FAVICON = {
"img_file_src": "utrc-cms/img/org_logos/favicon.ico"
}

0 comments on commit b26ad16

Please sign in to comment.