Files
edx-platform/lms/djangoapps/bulk_email/apps.py
Ahtisham Shahid 63f327b682 feat: added events to bulk email tool (#35147)
* feat: added events to bulk email tool
2024-08-08 14:57:32 +05:00

14 lines
446 B
Python

# lint-amnesty, pylint: disable=missing-module-docstring
from django.apps import AppConfig
class BulkEmailConfig(AppConfig):
"""
Application Configuration for bulk_email.
"""
name = 'lms.djangoapps.bulk_email'
def ready(self):
import lms.djangoapps.bulk_email.signals # lint-amnesty, pylint: disable=unused-import
from edx_ace.signals import ACE_MESSAGE_SENT # lint-amnesty, pylint: disable=unused-import