Skip to content

Commit

Permalink
Merge pull request #59 from kartoza/fix-invalid-staticsource
Browse files Browse the repository at this point in the history
remove default storage from staticfiles finders
  • Loading branch information
danangmassandy authored Jul 24, 2024
2 parents 6d5ea39 + 3d600b5 commit 096319b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_project/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'django.contrib.staticfiles.finders.DefaultStorageFinder',
)

INSTALLED_APPS = (
Expand Down

0 comments on commit 096319b

Please sign in to comment.