backend/passfinder/events/apps.py

9 lines
169 B
Python

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