backend/passfinder/events/apps.py
2023-05-27 11:13:41 +03:00

9 lines
169 B
Python

from django.apps import AppConfig
class EventsConfig(AppConfig):
name = "passfinder.events"
def ready(self):
import passfinder.events.signals # noqa