Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 23, 2024
1 parent 5a9bab6 commit c2302df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
"IMPORT_EXPORT_CELERY_STORAGE": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
},
"staticfiles": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
},
"default": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
}
}

# Password validation
Expand Down

0 comments on commit c2302df

Please sign in to comment.