We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e3acf commit 2902fe8Copy full SHA for 2902fe8
1 file changed
setup.cfg
@@ -185,10 +185,12 @@ isolated_apps =
185
openedx.core.djangoapps.olx_rest_api
186
openedx.core.djangoapps.xblock
187
openedx.core.lib.xblock_serializer
188
+ openedx_catalog
189
allowed_modules =
190
# Only imports from api.py and data.py are allowed elsewhere in the code
191
# See https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0049-django-app-patterns.html#api-py
192
api
193
+ models_api
194
data
195
tests
196
0 commit comments