We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3989874 commit 341cdb3Copy full SHA for 341cdb3
1 file changed
eox_theming/settings/test.py
@@ -66,9 +66,9 @@ def plugin_settings(settings): # pylint: disable=function-redefined
66
pass
67
68
try:
69
- settings.STORAGES['staticfiles']['BACKEND'] = 'eox_theming.theming.storage.EoxProductionStorage'
+ settings.STORAGES['staticfiles']['BACKEND'] = 'openedx.core.storage.ProductionStorage'
70
except Exception: # pylint: disable=broad-except
71
- logger.error("Couldn't set EoxThemeStorage as staticfiles storage backend. Check your settings configuration.")
+ logger.error("Couldn't set ProductionStorage as staticfiles storage backend. Check your settings configuration.")
72
73
settings.STATICFILES_FINDERS = [
74
x for x in settings.STATICFILES_FINDERS if 'EoxThemeFilesFinder' not in x
0 commit comments