Skip to content

Commit

Permalink
docs: add nutmeg info to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed Sep 19, 2022
1 parent 8232de6 commit a2bf7bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ This plugin provides a stable place from where to create and launch your openedx
| ---------------- | -------------------:|
| Juniper | >= 1.0 < 2.0 |
| Koa | >= 2.0 < 3.0 |
| Lilac | >= 2.0 |
| Maple | >= 3.0 |
| Lilac | >= 2.0 < 4.0 |
| Maple | >= 3.0 < 4.0 |
| Nutmeg | >= 4.0 |

The following changes to the plugin settings are necessary. If the release you are looking for is
not listed, then the accumulation of changes from previous releases is enough.
Expand All @@ -38,7 +39,7 @@ EOX_THEMING_STORAGE_BACKEND = 'eox_theming.edxapp_wrapper.backends.l_storage'
EOX_THEMING_EDXMAKO_BACKEND = 'eox_theming.edxapp_wrapper.backends.l_mako'
```

### Lilac - Maple
### Lilac - Maple - Nutmeg

```
EOX_THEMING_STORAGE_BACKEND = 'eox_theming.edxapp_wrapper.backends.l_storage'
Expand All @@ -48,6 +49,7 @@ EOX_THEMING_STORAGE_BACKEND = 'eox_theming.edxapp_wrapper.backends.l_storage'
Those settings can be changed in `eox_theming/settings/common.py` or, for example, in ansible configurations.

**NOTE**: the current ``common.py`` works with Open edX lilac version.
**NOTE**: Nutmeg release not support Django22


## Installation
Expand Down

0 comments on commit a2bf7bb

Please sign in to comment.