Skip to content

Commit c2302df

Browse files
committed
fix tests
1 parent 5a9bab6 commit c2302df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/project/settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
"IMPORT_EXPORT_CELERY_STORAGE": {
9494
"BACKEND": "django.core.files.storage.FileSystemStorage",
9595
},
96+
"staticfiles": {
97+
"BACKEND": "django.core.files.storage.FileSystemStorage",
98+
},
99+
"default": {
100+
"BACKEND": "django.core.files.storage.FileSystemStorage",
101+
}
96102
}
97103

98104
# Password validation

0 commit comments

Comments
 (0)