From b92da066d7f047ea8cdaa7213a8debe304b6b238 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 12 Feb 2024 14:43:49 -0600 Subject: [PATCH] docs: more accurate settings section name --- taccsite_cms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taccsite_cms/settings.py b/taccsite_cms/settings.py index 0aa824299..e191c2854 100644 --- a/taccsite_cms/settings.py +++ b/taccsite_cms/settings.py @@ -331,7 +331,7 @@ def gettext(s): return s TACC_BLOG_CATEGORY_ORDER = ['press-release', 'feature-story', 'multimedia', 'podcast'] ######################## -# DJANGO +# DJANGO & DJANGO_CMS & TACC ######################## # Application definition