Skip to content

Commit

Permalink
style: match settings comments w/ taccsite_custom
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Feb 12, 2024
1 parent 227eb29 commit ddea33f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions taccsite_cms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def gettext(s): return s


########################
# TACC: LOGOS (DEPRECATED)
# TACC: LOGOS & FAVICON (DEPRECATED)
########################

# LOGO = [
Expand Down Expand Up @@ -300,7 +300,7 @@ def gettext(s): return s
CEP_AUTH_VERIFICATION_ENDPOINT = 'http://django:6000'

########################
# TACC: NEWS/BLOG
# TACC: NEWS / BLOG
########################

TACC_BLOG_SHOW_CATEGORIES = True
Expand Down
4 changes: 2 additions & 2 deletions taccsite_cms/settings_custom.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The same goes for other more commonly customized values like below.

########################
# DJANGO CMS SETTINGS
# DJANGO_CMS
########################

CMS_TEMPLATES = (
Expand Down Expand Up @@ -137,7 +137,7 @@
}

########################
# NEWS / BLOG
# DJANGOCMS_BLOG
########################

from taccsite_cms.settings import INSTALLED_APPS
Expand Down

0 comments on commit ddea33f

Please sign in to comment.