Skip to content

Commit ab98050

Browse files
committed
Remove trailing comma from settings.py
1 parent c04fa4b commit ab98050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-view-auth/Blog/Blog/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
TEMPLATES = [
5656
{
5757
"BACKEND": "django.template.backends.django.DjangoTemplates",
58-
"DIRS": [os.path.join(BASE_DIR, "templates"), ],
58+
"DIRS": [os.path.join(BASE_DIR, "templates")],
5959
"APP_DIRS": True,
6060
"OPTIONS": {
6161
"context_processors": [

0 commit comments

Comments
 (0)