Skip to content

Commit f4d14f0

Browse files
committed
lint
1 parent eb08c61 commit f4d14f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
135135

136136
# django-constance
137-
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
137+
CONSTANCE_BACKEND = "constance.backends.database.DatabaseBackend"
138138
CONSTANCE_CONFIG = {
139139
"SLACK_SECRET": (
140140
"",

0 commit comments

Comments
 (0)