"""Configuration for the lti_provider Django application."""fromdjango.appsimportAppConfigclassLtiProviderConfig(AppConfig):""" Configuration class for the lti_provider Django application. """name='lti_provider'verbose_name="LTI Provider"defready(self):# Import the tasks module to ensure that signal handlers are registered.