appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Remove "ENABLE_FIGURES" from the "FEATURES" section of the server vars #43

Closed johnbaldwin closed 6 years ago

johnbaldwin commented 6 years ago

Created this issue to address a specific point in issue https://github.com/appsembler/figures/issues/40

Remove the requirements to include the following.

    "FEATURES": {
        ... 
        "ENABLE_FIGURES": true,
        ...
    }

This will assume that if Figures is in the INSTALLED_APPS then we're running Figures

johnbaldwin commented 6 years ago

Resolved with edx-platform PR: https://github.com/appsembler/edx-platform/pull/277