Skip to content

Commit 7707160

Browse files
committed
Run black
1 parent 1de1c6d commit 7707160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_app/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@
160160
STATIC_ROOT = os.path.join(BASE_DIR, 'test_app', 'static_collected')
161161
STATIC_URL = '/static/'
162162

163-
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'),]
163+
STATICFILES_DIRS = [
164+
os.path.join(BASE_DIR, 'static'),
165+
]
164166

165167
CSRF_TRUSTED_ORIGINS = ['http://localhost', 'https://localhost']
166168

0 commit comments

Comments
 (0)