From 2498c277bdfe4a2382bf0c4eeafa28d442f57135 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Thu, 2 Sep 2021 14:18:15 -0500 Subject: [PATCH] Quick: Remove errant comma in settings I am suprised more branches aren't failing, given that this caused a server crash on task/GH-101. --- 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 f23097bd6..66794e77b 100644 --- a/taccsite_cms/settings.py +++ b/taccsite_cms/settings.py @@ -245,7 +245,7 @@ def getsecrets(): # FAQ: The djangocms_bootstrap4 library can serve as an example 'taccsite_cms.contrib.taccsite_sample', 'taccsite_cms.contrib.taccsite_system_monitor', - 'taccsite_cms.contrib.taccsite_data_list', + 'taccsite_cms.contrib.taccsite_data_list' ] # Convert list of paths to list of dotted module names