Skip to content

Commit 341cdb3

Browse files
committed
fix: more intents
1 parent 3989874 commit 341cdb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eox_theming/settings/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def plugin_settings(settings): # pylint: disable=function-redefined
6666
pass
6767

6868
try:
69-
settings.STORAGES['staticfiles']['BACKEND'] = 'eox_theming.theming.storage.EoxProductionStorage'
69+
settings.STORAGES['staticfiles']['BACKEND'] = 'openedx.core.storage.ProductionStorage'
7070
except Exception: # pylint: disable=broad-except
71-
logger.error("Couldn't set EoxThemeStorage as staticfiles storage backend. Check your settings configuration.")
71+
logger.error("Couldn't set ProductionStorage as staticfiles storage backend. Check your settings configuration.")
7272

7373
settings.STATICFILES_FINDERS = [
7474
x for x in settings.STATICFILES_FINDERS if 'EoxThemeFilesFinder' not in x

0 commit comments

Comments
 (0)