Revert "ziafazal/WL-328: Multi-Site Comprehensive Theming"

This reverts commit 954dae584a.
This commit is contained in:
Jesse Zoldak
2016-03-16 11:19:36 -04:00
parent b91f940af7
commit f891d27cbb
67 changed files with 411 additions and 2187 deletions

View File

@@ -41,7 +41,6 @@ STATICFILES_STORAGE = 'openedx.core.storage.DevelopmentStorage'
# Revert to the default set of finders as we don't want the production pipeline
STATICFILES_FINDERS = [
'openedx.core.djangoapps.theming.finders.ComprehensiveThemeFinder',
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
]