django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
3 lines
114 B
Python
3 lines
114 B
Python
# lint-amnesty, pylint: disable=missing-module-docstring
|
|
default_app_config = 'cms.djangoapps.api.apps.ApiConfig'
|