Skip to content

Commit

Permalink
Quick: Remove errant comma in settings
Browse files Browse the repository at this point in the history
I am suprised more branches aren't failing, given that this caused a server crash on task/GH-101.
  • Loading branch information
wesleyboar committed Sep 2, 2021
1 parent 8e4b58e commit 2498c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taccsite_cms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2498c27

Please sign in to comment.