appsembler / figures

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

🐛 Trying to fix an issue witj GINKGO #423

Closed OmarIthawi closed 2 years ago

OmarIthawi commented 2 years ago

Duplicates:

@johnbaldwin I don't intend to test this, so please take a quick action of merging or closing this PR unmerged.

johnbaldwin commented 2 years ago

@OmarIthawi Just FYI I need to revert this. In Ginkgo, the namespace IS courseware so I need to revert this PR. On a production Ginkgo site:

>>> from django.conf import settings
>>> [rec for rec in settings.INSTALLED_APPS if 'courseware' in rec]
['courseware']