try removing DefaultStorageFinder -- will this break the questionnaire?

pull/1/head
Raymond Yee 2016-04-29 12:37:26 -07:00
parent 574854ec5a
commit ddb53fc5e9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ STATICFILES_DIRS = (
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'django.contrib.staticfiles.finders.DefaultStorageFinder',
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
# Make this unique, and don't share it with anybody.