diff --git a/django_project/core/settings/base.py b/django_project/core/settings/base.py index e2ffd42a..f8f550b1 100644 --- a/django_project/core/settings/base.py +++ b/django_project/core/settings/base.py @@ -118,7 +118,6 @@ STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', - 'django.contrib.staticfiles.finders.DefaultStorageFinder', ) INSTALLED_APPS = (